Skip to content

Commit

Permalink
Merge branch 'main' into remove-continue
Browse files Browse the repository at this point in the history
  • Loading branch information
jiwonz committed Oct 26, 2024
2 parents d691025 + 9cbf20d commit e48787d
Show file tree
Hide file tree
Showing 56 changed files with 9,202 additions and 5,066 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## Unreleased

* fix negative zero sign erasure ([#222](https://github.com/seaofvoices/darklua/pull/222))
* add `remove_if_expression` rule ([#221](https://github.com/seaofvoices/darklua/pull/221))

## 0.14.0

* migrate parser to the latest version. Reduce stack overflow issues, add support for compound assignments using floor division and leading symbols in union and intersection types ([#219](https://github.com/seaofvoices/darklua/pull/219))

## 0.13.1

* fix `remove_unused_variable` rule ([#192](https://github.com/seaofvoices/darklua/pull/192))
Expand Down
Loading

0 comments on commit e48787d

Please sign in to comment.