mw-scittle/CHANGELOG.md
Brandon Olivier ec81500dcb
Add support for re-frame (#46)
* Bump sci.configs for re-frame

* Update changelog

Co-authored-by: Michiel Borkent <michielborkent@gmail.com>
2022-11-23 12:51:49 +01:00

860 B

Changelog

Unreleased

  • Add scittle.re-frame plugin. This gives access to the re-frame library.

  • Fix for 44: Honoring SCITTLE_NREPL_WEBSOCKET_PORT in scittle.nrepl

  • Add all public vars of cljs-ajax ajax.core

  • Upgrade several built-in libraries

v0.3.10

  • Add scittle.promesa.js plugin. This gives access to the promesa library.
  • Add scittle.pprint.js plugin. This gives access to cljs.pprint.
  • Improve error messages

v0.2.8

  • Upgrade to SCI 0.3.1
  • Upgrade to Reagent 1.1.0
  • Add support for Reagent's create-class and with-let

v0.1.1

  • Upgrade to SCI 0.3.0

v0.1.0

  • Fixes for try/catch

v0.0.1

Initial release.