File tree-sitter-html.changes of Package tree-sitter-html
-------------------------------------------------------------------
Wed Dec 4 22:41:52 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
- update to 0.23.2:
* build: update bindings
- update to 0.23.1:
* build: update bindings
* chore: regenerate
- update to 0.23.0:
* build: update bindings
* fix: correct test
- update to 0.20.4:
* fix: move go.mod to root dir
* ci: use common workflows
* chore(scanner): remove unused token types
* fix(scanner): use ts_* allocator functions
* chore: remove .appveyor.yml
- add license file to %license
- switch to download_files service
- add neovim links
- add devel package
-------------------------------------------------------------------
Mon Mar 25 17:33:11 UTC 2024 - Björn Bidar <bjorn.bidar@thaodan.de>
- Update to version 0.20.2:
* fix: silence warning about using `&&` without parenthesis
* Extract helper function for popping and freeing tags
* feat: convert scanner to use `array.h` header
* Make TAG_TYPES_BY_TAG_NAME static
* feat: support omitted `html`, `head`, and `body` end tags
* ci: remove travis configuration file
* ci: bump actions/checkout from 3 to 4
* ci: bump actions/setup-node from 3 to 4
* ci: add dependabot
-------------------------------------------------------------------
Mon Feb 26 06:46:13 UTC 2024 - Björn Bidar <bjorn.bidar@thaodan.de>
- Initial packaging for openSUSE
- Update to version 0.20.1:
* chore: generate
* fix: semicolons are optional in entities
* refactor!: rename `fragment` to `document`
* docs: update badges
* chore(scanner): explicit cast to silence warning
* fix(swift): remove reference to non-existent directory
* ci: tune when to run
* ci: add release action