@andrivet/z80-assembler 1.3.2 → 1.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/index.js +7 -7
- package/index.mjs +490 -482
- package/lib/grammar/z80.d.ts +5 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.4.1 - December 22, 2025
|
|
4
|
+
|
|
5
|
+
* Fix wrong publication
|
|
6
|
+
|
|
7
|
+
## 1.4.0 - December 22, 2025
|
|
8
|
+
|
|
9
|
+
* Fix #8: 'Invalid ZX81 character' when using '9', 'Z' or 'z' in a string.
|
|
10
|
+
|
|
3
11
|
## 1.3.2 - November 20, 2024
|
|
4
12
|
|
|
5
13
|
* Fix bugs introduced in commit 4bcb12ea82d38f83ce2079f8635909d0c5b5c57a
|