Skip to content

Releases: PukPukov/gst

v1.0.4

09 Jun 23:10
Compare
Choose a tag to compare

Actually, insertion replacing can be used not only to deal with sql injections. So safe-renamed this class to InsertionHandler. Old class will be preserved forever for compatibility reasons.

v1.0.3

09 Jun 21:33
Compare
Choose a tag to compare

Make all records used in project support "with"-based construction (until java didn't added with keyword).

v1.0.2

08 Jun 17:00
Compare
Choose a tag to compare

GSTNode is not intended to be used concurrently (basically that usage is meaningless), so make node mutable to simplify and optimize subsequent usage.

v1.0.1

08 Jun 14:33
Compare
Choose a tag to compare
  • Bump AncapCommons version
  • Enhance EscapingMode documentation
  • Enhance project structure to eliminate stupid build failures due to forgotten version bump

v1.0

07 Jan 14:25
Compare
Choose a tag to compare
Initial commit