Add missing dates to the changelog
- ID
8b17b7e- date
2025-04-13 20:44:20+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
5db5ec2- message
Add missing dates to the changelog- changed files
1 file, 2 additions, 2 deletions
Changed files
CHANGELOG.md (2182) → CHANGELOG.md (2208)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e7ad325..4a0ab81 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# CHANGELOG
-## v1.2.0
+## v1.2.0 - 2025-03-07
This adds a new function `read_typed_js`, which is like `read_js` but will additionally validate the data against a type you specify.
@@ -12,7 +12,7 @@ This is useful if you want to check your data or you write typed Python.
You need to install the typed extra to get this function, i.e. `pip install javascript-data-files[typed]`.
-## v1.1.1
+## v1.1.1 - 2025-01-10
Tweak the way the JavaScript is encoded to make it slightly more compact and readable -- in particular, short lists will now be encoded as a single line, rather than split across multiple lines.