You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+8
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,14 @@
2
2
3
3
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org) for commit guidelines.
4
4
5
+
## v0.1.0 2022-03-11
6
+
7
+
Completely overhaul the object handling using more robust Penlight class syntax variant.
8
+
Property and attribute indexing now works in many more situations.
9
+
The test coverage is greatly improved as well, so the things that work are provably functional.
10
+
Many edge case bugs where resources leaked between locales have been fixed.
11
+
Loading multiple locales into a bundle and updating existing messages works as expected.
12
+
5
13
## v0.0.5 2021-12-24
6
14
7
15
Cut a safe-haven release for anybody (including myself) using this in production before I move on.
0 commit comments