Releases: juxt/joplin
Releases · juxt/joplin
v0.3.3
v0.2.17
Fixes joplin.lein plugin with leiningen 2.5.2
v0.3.2
Better error reporting when loading vars
v0.3.1
Improved backwards compatability for :jdbc migrators
v0.3.0
Major rewrite with several breaking changes. See here for details
v0.2.12
Minor changes
- pending migrations enforces the ordering invariant, and can be used to check for inconsistencies without running the migrations
v0.2.11
intermediate clojars release, please don't use.
v0.2.10
Minor changes
- pending migrations now returns info about missing (but applied) migrators
Fixes
- pending migrations not working for :type :sql
v0.2.9
Fixes
- Bug in elasticsearch native-client code
v0.2.8
New features
- New lein command 'pending' to list pending migrations
Minor changes
- JDBC; support for multiple migration tables