Releases: axone-protocol/prolog
Releases · axone-protocol/prolog
v2.0.1
v2.0.0
What's Changed
- Add support for hooks in bytecode execution by @ccamel in #8
- docs(readme): add notice about hard fork by @ccamel in #9
- ✨ add lazy sequence support for delayed promises by @ccamel in #10
- refactor(mod)!: rename the go module of this repository by @amimart in #11
- 🐛 Fix mishandling of **/ at the end of bracketed comment. by @ccamel in #13
- Avoid recursive file load by @ccamel in #15
- Fix typo in atomPastEndOfStream definition by @ccamel in #16
- Add (preliminary) support for dicts structure by @ccamel in #17
- Fix/dict key access by @ccamel in #19
- Docs/complete readme by @ccamel in #20
- Security/forbid halt by @ccamel in #21
- Chore/prepare v2 by @ccamel in #22
New Contributors
Full Changelog: v1.0.0...v2.0.0
v1.0.0
This version brings some needed changes for our usage of this prolog VM in axoned.
It is based on the v1.2.1 version of the original repository.
What's Changed
- Feat/float as decimal by @amimart in #1
- Allow reset environnement global variable by @bdeneux in #3
- Feat/apd v3 upgrade by @amimart in #4
- Replace builtin map by ordered map for deterministic iteration by @bdeneux in #2
- Remove atoms table by @bdeneux in #5
- Add a MaxVariables limits by @bdeneux in #6
- Wrap panic errors by @bdeneux in #7
New Contributors
Full Changelog: https://github.com/axone-protocol/prolog/commits/v1.0.0