Skip to content

Releases: ichiban/prolog

v0.10.1

17 Jul 01:27
64ceece
Compare
Choose a tag to compare

What's Changed

  • fix the priority and specifier of operator colon by @ichiban in #231

Full Changelog: v0.10.0...v0.10.1

v0.10.0

16 Jul 01:51
5cf5658
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.1...v0.10.0

v0.9.1

02 Apr 03:38
64903d4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.9.1

v0.9.0

26 Mar 06:49
Compare
Choose a tag to compare

Many improvements on compliance to the ISO standard and the de facto standard.

A huge thanks to everyone involved, especially @guregu for contributing between/3, @UWN for clearing up my confusion on the ISO standard, @triska for letting us know modern Prolog defaults and predicates, and @riccardopinosio for feedback!

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.9.0

v0.8.0

01 Jan 11:12
6911902
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.8.0

v0.7.0

31 Dec 04:48
c5588c6
Compare
Choose a tag to compare

What's Changed

  • reformat builtin predicates table in README by @ichiban in #134
  • reduce cyclomatic complexity so that gocyclo -over 15 passes by @ichiban in #135
  • add environ/2 by @ichiban in #136

Full Changelog: v0.6.0...v0.7.0

v0.6.0

28 Dec 11:19
90f6baf
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.2...v0.6.0

Fix some golint checks

21 Dec 00:01
cf28705
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.5.2

Minor bug fix

14 Dec 00:27
a81e15f
Compare
Choose a tag to compare
  • fix raw mode output #122
  • remove github.com/spf13/pflag #124

API refinement

11 Dec 04:47
Compare
Choose a tag to compare
  • change in library interface
  • state-aware predicates are removed from VM it self