Skip to content

Commit 441ef1f

Browse files
committed
chore(trunk): release 1.0.0
1 parent 99b5ae9 commit 441ef1f

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Changelog
2+
3+
## 1.0.0 (2024-07-28)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* **lib.luakittens:** make nil impossible as key in dict
9+
* **lib.luakittens:** prohibit nil key in tables and dicts
10+
* **lib.luakittens:** disallow optional nils
11+
12+
### ref
13+
14+
* **lib.luakittens:** disallow optional nils ([4b96197](https://github.com/Dich0tomy/cpp-tools.nvim/commit/4b9619700d597932cba246a7cb9ba8761f414659))
15+
16+
17+
### Features
18+
19+
* basic project structure ([e933eb5](https://github.com/Dich0tomy/cpp-tools.nvim/commit/e933eb558525cbb1632139c06c06f34e0775b6a5))
20+
* **docs:** add general tips for working with C++ ([75d5933](https://github.com/Dich0tomy/cpp-tools.nvim/commit/75d5933a8c7563b1a287fe58402f499db44f015b))
21+
* hello, cpp-tools.nvim! :) ([3628734](https://github.com/Dich0tomy/cpp-tools.nvim/commit/36287345b28fd6af02060e5140995d1bdf9da132))
22+
* **lib.fp:** add a basic fp lib ([5bfe9bb](https://github.com/Dich0tomy/cpp-tools.nvim/commit/5bfe9bb4f48ba899460d94a97f93c1edbde9f7d7))
23+
* **lib.iter:** add `partition()` ([4cb58d2](https://github.com/Dich0tomy/cpp-tools.nvim/commit/4cb58d23533956280e5cefa13cd9b8ce5f270c15))
24+
* **lib.iter:** add basic iter lib ([4d21993](https://github.com/Dich0tomy/cpp-tools.nvim/commit/4d21993118439ac255487314e7caf462e9eb204c))
25+
* **lib.luakittens:** add a table type constructor ([2c03256](https://github.com/Dich0tomy/cpp-tools.nvim/commit/2c03256c4eed73e90d4c8491ceec7eaa26394c02))
26+
* **lib.luakittens:** add luaKITTENS parsing ([1b9b8c9](https://github.com/Dich0tomy/cpp-tools.nvim/commit/1b9b8c9786cbbbb97fb7168ae95fa2e06741c354))
27+
* **lib.luakittens:** allow trailing commas ([63046a5](https://github.com/Dich0tomy/cpp-tools.nvim/commit/63046a54e2223a6e688308ff0f367b896679c0c5))
28+
* **lib.luakittens:** make nil impossible as key in dict ([3726f8a](https://github.com/Dich0tomy/cpp-tools.nvim/commit/3726f8a855b63b5e5c959448e0f77b7062e57a05))
29+
* **lib.luakittens:** normalize the resulting AST ([56853b7](https://github.com/Dich0tomy/cpp-tools.nvim/commit/56853b7ca9dde164132d64642851e564a8aa1ebb))
30+
* **lib.luakittens:** prohibit nil key in tables and dicts ([8f6667e](https://github.com/Dich0tomy/cpp-tools.nvim/commit/8f6667e0ee14b36155f2a8cc4ed7a2a84ec4cfbd))
31+
* **lib.luakittens:** remove duplicates from alternative types ([d7461bb](https://github.com/Dich0tomy/cpp-tools.nvim/commit/d7461bb0f570aac88fc177fadc267a68a5855a61))

0 commit comments

Comments
 (0)