Skip to content

Releases: twineworks/tweakflow

v1.4.4

26 May 19:14
Compare
Choose a tag to compare

What's Changed

  • Replace ConcurrentHashMap with ConcurrentMap interface in LoadPath builder by @svilen-ivanov in #9

New Contributors

Full Changelog: releases/1.4.3...releases/1.4.4

v1.4.3

17 Feb 11:02
Compare
Choose a tag to compare
  • Updates ANTLR to 4.11
  • adds time.quarter function to standard library

v1.4.2

05 Feb 16:57
Compare
Choose a tag to compare

Adds ability to serialize Values into chunks of byte[] with a limited size. Useful for serializing for transmission over a protocol with limited message size.
See ChunkIn and ChunkOut classes and their tests for details.

v1.4.1

07 Jan 19:01
Compare
Choose a tag to compare

Adds grouping and indexing functions to standard library:

v1.4.0

28 Dec 13:45
Compare
Choose a tag to compare
  • Adds data.find_last and data.find_last_index functions to standard library
  • Fixes a bug that could result in an error comparing datetime values using >=

v1.3.4

29 Oct 10:45
Compare
Choose a tag to compare
  • math.factorial added
  • strings.trim recognizes more unicode whitespace characters to trim

v1.3.3

17 Oct 15:55
Compare
Choose a tag to compare

Tweak to utility class TopoSort to yield deterministic results when given deterministically iterating graph

v1.3.2

17 Oct 13:06
Compare
Choose a tag to compare
  • Added optional ability to cache objects when serializing values

v1.3.1

22 Sep 19:38
Compare
Choose a tag to compare
  • API support for additional variable dependency information in runtime

v1.3.0

11 Sep 18:18
Compare
Choose a tag to compare

New Features:

  • API support for recovery parsing that collects errors instead of bailing at the first error