81 lines
2.9 KiB
Plaintext
81 lines
2.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Dec 4 22:56:42 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
|
|
|
|
- update to 0.23.1:
|
|
* build: update bindings
|
|
* feat!: remove glimmer template tags
|
|
* build: update bindings
|
|
* fix(swift): add scanner.c to sources
|
|
- update to 0.23.0:
|
|
* fix: operator precedence rules for tagged template functions
|
|
* build: update bindings
|
|
* fix(go): correct test
|
|
* fix: move go.mod to root dir
|
|
* fix: for in / of statements containing new lines
|
|
* fix: disallow semi injection before a backtick
|
|
* fix: add import.meta to meta_property
|
|
- update to 0.21.4:
|
|
* fix: jsx_text node trims whitespace too often
|
|
* fix: automatic semicolon should be inserted given a number decimal
|
|
* fix: comment optimization should not cause automatic-semi insert
|
|
* fix: unnecessary seq sequences
|
|
* fix: comment should be terminal
|
|
- update to 0.21.3:
|
|
* fix: comments should not consume 2028+2029, and neither should
|
|
identifiers
|
|
* feat(build): and add jsx
|
|
* feat(build): add mjs and cjs file types
|
|
* fix(build): use flag_if_supported for cc flags
|
|
- update to 0.21.2:
|
|
* chore: bump deps
|
|
- update to 0.21.1:
|
|
* chore: remove reset function
|
|
* fix: un-inline statement
|
|
* fix: only allow automatic_semicolons after static
|
|
* chore: generate
|
|
* fix: static can be on its own line
|
|
* feat(queries): highlight glimmer tags
|
|
* docs: update readme
|
|
* build: update npm scripts and rust injection query name
|
|
- switch to download_files service
|
|
- add neovim links
|
|
- enable devel package
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 29 22:01:09 UTC 2024 - Björn Bidar <bjorn.bidar@thaodan.de>
|
|
|
|
- Update to version 0.21.0:
|
|
* fix: escape braces in regex
|
|
* fix: allow ampersands not followed by `#` or a letter in jsx strings
|
|
* refactor!: use last-wins precedence for queries
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 20 20:49:33 UTC 2024 - Björn Bidar <bjorn.bidar@thaodan.de>
|
|
|
|
- Update to version 0.20.4:
|
|
* fix: escape braces in regex
|
|
* build(deps): bump deps
|
|
* fix: allow ampersands not followed by `#` or a letter in jsx strings
|
|
* refactor!: use last-wins precedence for queries
|
|
* docs: update badges
|
|
* chore: update tests
|
|
* fix: do statements can have semicolons
|
|
* fix: give ending regex `/` a higher lexical precedence
|
|
* fix: don't parse html comments inside regexes
|
|
* fix: tweak template literal injection
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Feb 26 06:50:23 UTC 2024 - Björn Bidar <bjorn.bidar@thaodan.de>
|
|
|
|
- Initial packaging for openSUSE
|
|
- Update to version 0.20.3:
|
|
* chore: generate
|
|
* fix: windows newline escapes
|
|
* chore: don't greedily parse automatic semis if an `=` is present
|
|
* feat: add support for import attributes
|
|
* feat: add field names to nested_identifier rule
|
|
* feat: support HTML entities in JSX text/attributes
|
|
* chore: format scanner
|
|
* fix: include parser.h locally
|
|
|