Releases: ichiban/prolog
Releases · ichiban/prolog
v1.2.2
What's Changed
- update go.yml by @ichiban in #335
- add workflow_dispatch to go.yml by @ichiban in #336
- Remove unused 'loaded' field from interpreter struct by @ccamel in #332
- fix mishandling of **/ at the end of bracketed comment. by @ichiban in #333
- avoid recursive file load. by @ichiban in #334
- Fix typo in
atomPastEndOfStream
definition by @ccamel in #337
Full Changelog: v1.2.1...v1.2.2
v1.2.1
v1.2.0
v1.1.3
v1.1.2
v1.1.1
v1.1.0
We've revised the VM instruction set so that it can get the most out of Go slices.
Just wanted to give a shoutout to @amimart for submitting a great pull request #288. Although we didn't end up using it, the conversation on the PR led to #290. Thanks for your awesome contribution and support!
What's Changed
- Optimize instruction set for slices by @ichiban in #287
- respect double_quotes flag on placeholders by @ichiban in #289
- recover panic to promise by @ichiban in #290
- update examples to respect double_quotes flag by @ichiban in #291
Full Changelog: v1.0.0...v1.1.0
v1.0.0
v0.15.2
What's Changed
- expose instantiation_error, type_error, and domain_error constructors. by @ichiban in #281
- avoid memory limit check for small slices for better performance. by @ichiban in #282
- Term must implement WriteTerm() and Compare() by @ichiban in #284
- refine acknowledgements by @ichiban in #285
Full Changelog: v0.15.1...v0.15.2