Skip to content

Releases: java-json-template/jjtemplate

Release 1.0.1

Choose a tag to compare

@github-actions github-actions released this 21 Aug 19:55
Immutable release. Only release title and notes can be modified.

Changelog

4c18813 Update links in README.md
32a4d82 Update jreleaser.yml

Release 1.0.0-rc4

Release 1.0.0-rc4 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 10 Aug 15:50
Immutable release. Only release title and notes can be modified.

Changelog

d467036 Release rc4
991fb3a Update website and README
c82246c Add safe method access operator
98395cb Add safe property access operator
11b3817 Update badges
acdad57 RC3 on site
908993b Improve Maven artifact metadata
69c1ed0 Delete personal JAVA_HOME

Release 1.0.0-rc3

Release 1.0.0-rc3 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 Aug 07:21
Immutable release. Only release title and notes can be modified.

Changelog

54643b4 1.0.0-rc3
24c7d38 Scope repository read permission to Pages build
c8ecf3f Add website favicon
9be8cdf Scope Pages permissions to deploy job
64d899c Add GitHub issue templates
3c0d7be Add Jekyll GitHub Pages website
c1c4d8e Limit API compability
0fc74f8 Fix optimizer scoping and expand test coverage
0da36a4 Reorganize compiler integration test cases
39e529d Use interface instead of implementation
73018d5 Add map iteration to range expressions
941f7ba Explain intentionally empty constructors
945bf14 Update changelog

Release 1.0.0-rc2

Release 1.0.0-rc2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 Aug 04:59

Changelog

a5287d1 Add Maven repository badges
6c7ce3b Add release changelog
01b0521 Fix release API baseline resolution
06988df Fix DS Store ignore rule
2d36e54 Make README quick starts runnable
eab23a3 Document JJT name and custom functions
8f37388 Document public API for warning-free Javadocs
73a56de Gate releases and enforce API compatibility
00342bf Reduce lexer and reflection complexity
5ff48a8 Fix sonar issues
e8ddc19 Add gradle lock files

Release 1.0.0-rc1

Release 1.0.0-rc1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 01 Aug 17:51

Changelog

e7a0614 Support prerelease GitHub releases
dfa8506 Cache resolved property accessors
9b4e7ca Add type binding lifecycle benchmarks
c6d64f7 Rewrite JMH benchmark suite
863d44e Use ClassValue for reflection caches
af114a3 Fix property access for concurrent map entries
78209a9 Remove legacy definition expression fallback

Release 0.9.2

Choose a tag to compare

@github-actions github-actions released this 28 Jul 09:55

Changelog

f70c37f Fold lazy functions without evaluating unused arguments
9e14496 Benchmark typed compile context performance
79f0ddc Add lazy function argument evaluation

Release 0.9.1

Choose a tag to compare

@github-actions github-actions released this 25 Jun 11:01

Changelog

7584104 Add test case for folding issue
aaa0f42 Add support GregorianCalendar in date format function
6c32ebf Fix some sonar issues

Release 0.9.0

Choose a tag to compare

@github-actions github-actions released this 23 Jun 06:05

Changelog

3fa7284 Fix template expression folder
cdc64f4 Update dependencies
8912c38 Upgrade gradle
bb7d0a7 Fix JavaDoc issues
a0b8e56 Support FieldResolver in STRICT context
309c2b1 Test coverage
423779d Refactoring reflection and parser
dd67b92 Compile time builtin functions registry
ec4dcf6 Return ability to set default locale
8de57a6 Context validation

Release 0.8.1

Choose a tag to compare

@github-actions github-actions released this 24 Mar 07:05

⚠️ This version contains a serious issue. Do not use it.

Changelog

4b1f572 Fix eq/neq 4 numbers

Release 0.8.0

Choose a tag to compare

@github-actions github-actions released this 12 Mar 11:19

⚠️ This version contains a serious issue. Do not use it.

Changelog

ce53afc Add source expression string into runtime exception
4044360 Add test cases