Yampa Versions Save

Functional Reactive Programming domain-specific language for efficient hybrid systems

v0.14.8

1 month ago

yampa-0.14.8

  • Version bump (0.14.8) (#294).

yampa-test-0.14.8

  • Version bump (0.14.8) (#294).
  • Move definitions to separate line (#292).
  • Remove vertical space (#293).

Full Changelog: https://github.com/ivanperez-keera/Yampa/compare/v0.14.7...v0.14.8

v0.14.7

3 months ago

yampa-0.14.7

  • Version bump (0.14.7) (#289).
  • Remove postgresql repo before installation in CI script (#284).
  • Simplify definition of FRP.Yampa.Event.joinE (#285).
  • Simplify definition of FRP.Yampa.EventS.isJustEdge (#286).
  • Simplify definition of FRP.Yampa.Task.isEdge (#287).
  • Remove redundant imports from examples (#288).

yampa-test-0.14.7

  • Version bump (0.14.7) (#289).

v0.14.6

5 months ago

yampa-0.14.6

  • Version bump (0.14.6) (#282).
  • Document HTML + WebAssembly backend in README (#34).
  • Relax version bounds on deepseq (#280).
  • Update and improve documentation of Diagrams example (#281).
  • Thanks to @AntanasKal.

yampa-test-0.14.6

  • Version bump (0.14.6) (#282).

v0.14.5

7 months ago

yampa-0.14.5

  • Version bump (0.14.5) (#278).
  • Define Yampa.FRP.Task.return in terms of pure (#276).
  • Add link to new publication (#277).
  • Make FRP.Yampa.Event.maybeToEvent public (#267).

yampa-test-0.14.5

  • Version bump (0.14.5) (#278).
  • Move test for consistency with module tested (#267).

Full Changelog: https://github.com/ivanperez-keera/Yampa/compare/v0.14.4...v0.14.5

v0.14.4

9 months ago

yampa-0.14.4

  • Version bump (0.14.4) (#274).
  • Introduce benchmark (#167).
  • Add version bounds to dependencies (#273).

yampa-test-0.14.4

  • Version bump (0.14.4) (#274).
  • Add version bounds to dependencies (#273).

Full Changelog: https://github.com/ivanperez-keera/Yampa/compare/v0.14.3...v0.14.4

v0.14.3

11 months ago

yampa-0.14.3

  • Version bump (0.14.3) (#269).
  • Improve readability of CHANGELOGs (#261).
  • Conformance with style guide (#266).
  • Reflect new contribution process in README (#265).

yampa-test-0.14.3

  • Version bump (0.14.3) (#269).
  • Improve readability of CHANGELOGs (#261).

Full Changelog: https://github.com/ivanperez-keera/Yampa/compare/v0.14.2...v0.14.3

v0.14.2

1 year ago

yampa-0.14.2

  • Version bump (0.14.2) (#259).
  • Conformance with style guide (#255).
  • Move example to yampa-test library (#257).
  • Add game to list of games and apps in README (#254).

yampa-test-0.14.2

  • Version bump (0.14.2) (#259).
  • Introduce testing example from Yampa library (#257).
  • Conformance with style guide (#256).

Full Changelog: https://github.com/ivanperez-keera/Yampa/compare/v0.14.1...v0.14.2

v0.14.1

1 year ago

yampa-0.14.1

  • Version bump (0.14.1) (#251).
  • Replace broken links (#253).
  • Fix typo (#252).

yampa-test-0.14.1

  • Version bump (0.14.1) (#251).
  • Add tests for module FRP.Yampa.Arrow (#244).
  • Complete unit tests for FRP.Yampa.EventS (#247).
  • Add tests for module FRP.Yampa.Hybrid (#243)
  • Complete unit tests for FRP.Yampa.Random (#248).
  • Complete unit tests for FRP.Yampa.Simulation (#246).
  • Complete unit tests for FRP.Yampa.Switches (#250).
  • Complete unit tests for FRP.Yampa.Task (#245).