Releases: nickbauman/cljgae-template
Minor bugfix in template handler
What's Changed
- fix unresolved handler name, unused imports, xml and discards by @nickbauman in #31
Full Changelog: 1.0.2...1.0.3
Docs and Deploy fixups
What's Changed
Fixes two errors in the deploy artifacts, documentation snafu with incorrect order of parameters in creating a project, bumps version
- One oh patch 2 by @nickbauman in #29
- fix /appengine-web.xml by @nickbauman in #30
Full Changelog: 1.0.1...1.0.2
fixups from post 1.0.0 release
What's Changed
- fix README.md errors in documentation by @nickbauman in #27
- fixes missing pom.xml, bundled services declaration by @nickbauman in #28
- One oh patch 2 by @nickbauman in #29
Full Changelog: 1.0.0...1.0.1-2
Java11/17 support with bundled services
Update dependencies to the latest possible under Java8
This upgrades all possible dependencies for the Java8 runtime forcAppEngine. Also includes some improvements in the generation of the resulting AppEngine app.
Validation support on entity create
0.4.1 v0.4.1
0.3.2
First full release. Also fixes hypenation bug in project test harness.
0.3.1-SNAPSHOT
This is a bugfix release that is functionally the same and feature-parity with 0.3.0 but doesn't have some of the template expansion errors in it.
0.3.0-SNAPSHOT
This breaks out specific libraries that can be used independently into their own distinct repos and applies the BSD license to them while keeping the template itself EPL. as it turns out this release has issues, please don't use it. Use 0.3.1-SNAPSHOT instead.
0.2.5 Snapshot
- Add support for UserService
- Renames appengine.clj to appidentity.clj to reflect more what it really is
- Adds UserService tests and changes to template view.clj to utilize it