@andrivet/z80-assembler 1.1.0 → 1.3.0

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 ADDED
@@ -0,0 +1,25 @@
1
+ # Changelog
2
+
3
+ ## 1.3.0 - June 28, 2023
4
+
5
+ * **1** - Allow (IX) and (IY) without on explicit offset.
6
+ * **2** - Define the pseudo value $ for PC.
7
+ * **3** - Be more specific when an expression can't be evaluated.
8
+ * **5** - Recursive labels are now properly detected (max 20 recursions).
9
+
10
+ ## 1.2.0 - June 20, 2023
11
+
12
+ * Solve issue with expression starting with an open parenthesis
13
+ * More comment (english and french)
14
+
15
+ ## 1.1.0 - June 13, 2023
16
+
17
+ * Add special handling of ZX81 device
18
+ * Only allow ZX81 string (ASCII string do not make sense)
19
+ * Publication on GitHub Pages using GitHub Actions
20
+
21
+ ## 1.0.0 - June 5, 2023
22
+
23
+ * First public version
24
+
25
+