modl 0.3.6 → 0.3.7

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0caf497c5981059ad90756e23646d96305d942e8156c65c38c4bb5afc9c062dd
4
- data.tar.gz: 10025546c2ff729584277b5bfbe6c0da573dbd3619878224349095ac5397c69f
3
+ metadata.gz: c4a002fd82f633cd9608ede6c88d755f8099be32f54e950b4cfda131daf10257
4
+ data.tar.gz: 1418d9f867cd294e3b8a87af79e323c72bb836315b606ba6858c721f89554ef1
5
5
  SHA512:
6
- metadata.gz: 25913fd65a62f4d5ad0cadc7368a9443e79b542568deabb8286e4ae9617e57e944a819c4803d0fd45c1bbdce89a62d4ac2dace2e9620ce39c8d89824116951d4
7
- data.tar.gz: 7b9a44c8e7babe192a884a8df6b5c07c9cec48cb73194c3c86bead81082916e3ab11d73324a9152b15c0e39bc57b23008ed82247fa25175c11c69456fa71c099
6
+ metadata.gz: 2f21077697aac0b81b610e6112b495f223fae3fb2e2849c53e3816f83e5781fd2beb1f4a17536e77ad0ad71daffcdbb8fb6431bd6a93adaeeb99742f7d00c8b8
7
+ data.tar.gz: e08ba17ae6218c7aa0d8ac2de301c26c678e036389b6b2d8130704fa2ada6d6f60f8f9f06135ab0fd5d6188cbd52a05592c4213bf9333303338831bea1e3a938
data/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ 0.3.7
2
+ ===
3
+ - Update to latest antlr4-ruby-runtime for performance improvements
4
+ - Fixed some failing base_tests
5
+ - Fixed processing of superclass type conversions.
6
+ - Fixed file caching issue - GitHub issue#1
7
+ - Fixed GitHub issue#15 unicode problem.
8
+ - Fixed GitHub issue#9 *LOAD problem
9
+ - Fixed bug in error tests handling
10
+ - Fixed stack too deep error for rafs such as `%ref%`
11
+ - Fixed GitHub issue#13 No output from objects in loaded file.
12
+ - Fixed GitHub issue#14 method chaining problem.
13
+ - Correct handling of invalid pair keys.
14
+ - Fix file encoding problem for error_tests.json on MS Windows.
15
+
1
16
  0.3.6
2
17
  ===
3
18
  - Use latest ANTLR4 Ruby.stg updated by Cameron Dutro.