- [Breaking changes] Remove the use of PicoLisp namespaces
- Update picolisp-unit dependency to v3.0.0
- Production release
- Update picolisp-unit to v0.6.2
- Use 'bcrypt_checkpw' function which protects against timing attacks
- Use specific ref for bcrypt C lib
- 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
- Update picolisp-unit to v0.6.1
- Update picolisp-unit to v0.6.0
- Actually update picolisp-unit to v0.5.2
- Update picolisp-unit to v0.5.2
- Update picolisp-unit to v0.5.0
- Improve build test times
- Prevent leaky symbols
- Move MODULE_INFO to module.l
- New format for MODULE_INFO
- Add update.sh
- Add note about Updating
- Update picolisp-unit to v0.3.0
- Remove unused functions and variables
- Use (assert-throws)
- Update picolisp-unit and change assertions
- Fix reversed assertions
- Update picolisp-unit dependency to v0.1.2
- Add .travis.yml for automated build tests
- Ensure test.l is executable
- Add unit tests using picolisp-unit
- First release - bcrypt hashing for PicoLisp