Skip to content

Releases: nickbauman/cljgae-template

Minor bugfix in template handler

11 Nov 15:54
034f42a
Compare
Choose a tag to compare

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

02 Nov 20:22
57efb3d
Compare
Choose a tag to compare

What's Changed

Fixes two errors in the deploy artifacts, documentation snafu with incorrect order of parameters in creating a project, bumps version

Full Changelog: 1.0.1...1.0.2

fixups from post 1.0.0 release

31 Oct 20:46
5e2cb9e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0...1.0.1-2

Java11/17 support with bundled services

29 Oct 20:48
e37930c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.2...1.0.0

Update dependencies to the latest possible under Java8

15 Oct 22:58
Compare
Choose a tag to compare

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

12 Oct 17:46
5a37e8d
Compare
Choose a tag to compare

0.3.2

26 Dec 00:01
Compare
Choose a tag to compare

First full release. Also fixes hypenation bug in project test harness.

0.3.1-SNAPSHOT

25 Dec 23:58
Compare
Choose a tag to compare
0.3.1-SNAPSHOT Pre-release
Pre-release

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

25 Dec 23:55
Compare
Choose a tag to compare
0.3.0-SNAPSHOT Pre-release
Pre-release

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

16 Jan 01:00
Compare
Choose a tag to compare
0.2.5 Snapshot Pre-release
Pre-release
  • 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