Skip to content

Releases: aw/picolisp-json

v0.6.1

28 Apr 16:19
@aw aw
Compare
Choose a tag to compare
  • Fix bug in make-json-string

Replace git submodules with Makefile

28 Apr 02:46
@aw aw
Compare
Choose a tag to compare
  • Remove the need for git submodules
  • Add Makefile for fetching and building dependencies
  • Change default path for dependencies and shared module (.modules and .lib)
  • Adjust README.md, tests and travis-ci unit testing config

v0.5.2

10 Apr 02:25
@aw aw
Compare
Choose a tag to compare
  • Run travis-ci tests in docker container
  • Update picolisp-unit to v0.6.1

v0.5.1

08 Apr 05:16
@aw aw
Compare
Choose a tag to compare
  • Ensure module.l requires the correct versions

Refactor and rename internal functions

05 Apr 16:45
@aw aw
Compare
Choose a tag to compare

Rename some internal functions

v0.4.2

05 Apr 04:13
@aw aw
Compare
Choose a tag to compare
  • Update picolisp-unit to v0.6.0

v0.4.1

05 Apr 03:26
@aw aw
Compare
Choose a tag to compare
  • Refactor 'json-boolean call

More lispy

04 Apr 09:24
@aw aw
Compare
Choose a tag to compare
  • Add requires to module.l
  • Update README.md and EXPLAIN.md
  • Replace ffi-bindings with a table, to be more lispy
  • Rename some internal functions

v0.3.1

30 Mar 04:43
@aw aw
Compare
Choose a tag to compare
Update picolisp-unit to v0.5.2

Fix leaky globals and improve things

24 Mar 06:24
@aw aw
Compare
Choose a tag to compare
  • Prevent leaky globals
  • Update picolisp-unit to v0.4.0
  • Update EXPLAIN.md and README.md
  • Improve travis-ci build and test times
  • Add test