Releases: liflab/beepbeep-3-palettes
Version 0.8.1
A few fixes in Json and Tuples, everything else is identical to 0.8
Version 0.8
Cumulates the additions and fixes of the last 10 months.
- Added
SpliceSource
classes in Json and Tuples - New signatures for
UpdateTableStream
andUpdateTableArray
- Bugfixes to
FirstOrderSlice
in Ltl,RangeCep
in Complex
Version 0.7
v0.7 Some updates
Version 0.6
Changes:
- A few bugfixes
- Introduction of the Complex palette
- Removal of the Concurrency palette
Version 0.5.99
This is a pre-release of what will become version 0.6. It is put online because other ongoing projects rely on this up-to-date version of the library to compile.
If you don't know what I am talking about, you should stick with the previous version and wait for the official 0.6 some time in the future. ;-)
Version 0.5
Palette bundles will now be given version numbers. We arbitrarily start at 0.5.
Each palette can still be downloaded individually. However, a "fat JAR" including all of them can now also be downloaded.
Pre-compiled bundle 1/15/2023
Integrates additions and bugfixes of the last 20 months.
This bundle should be used with BeepBeep core version 0.10.8-alpha.
- All jars verified to be compatible with Java 8
- Implementation of the
Stateful
interface in the Ltl palette - Fixes to some tests
- Bugfixes to
FindPattern
- Multiple bugfixes to Provenance palette
Pre-compiled bundle 4/30/2021
This bundle should be used with BeepBeep core version 0.10.5-alpha.
- Bugfix to
ProcessorTransition
- Fix to tests of Http palette
- Fix to tests for
FirstOrderQuantifier
- Bugfixes to provenance tests
- Upgrade of Azrael dependency
- Added constructor to
UpdateTableStream
Pre-compiled bundle 8/27/2020
- Updated dependency on json-lif (Json)
- Bugfix to
HttpUpstreamGateway
(Http) - Added
MouseCoordinates
;ListenerSource
handles mouse events (Widgets) - Implemented
toString
forTrooleans
(Ltl) - Update to Javadoc
Pre-compiled bundle 5/27/2020
Palettes Json and Serialization updated to fix a bug in the underlying JSON serialization library. All other palettes are unchanged.
The files in this release include the 5/28 bugfix to http.jar
(be9702c).