Skip to content

Releases: reactale/reacto-core

v1.2.1: Merge pull request #12 from reactale/development

Choose a tag to compare

@codotronix codotronix released this 14 Apr 16:48
7212fed

Various bug fixes and improvements

Various Bug Fixes and Enhancements

Choose a tag to compare

@codotronix codotronix released this 11 Jun 09:26
  • Any reacto that comes immediately after a if:false would be skipped
  • Block reactos will be executed only if previous reacto is if:true
  • Added unit tests

V1.1.0 - Jun 03 - 2021

Choose a tag to compare

@codotronix codotronix released this 03 Jun 17:12
12b1148
  • Chaining conditional reacto(s) with r.if.and and r.if.or
  • Full unit test coverage
  • Full typescript migration complete

First Official Release

Choose a tag to compare

@codotronix codotronix released this 31 May 17:03

What's new

  • Exposed function rto.getVersion()
  • Added ((r.cfg.printOff)) to turn off printing for all reacto(s) that comes after it
  • Added ((r.cfg.printOff)) to counter the effect of ((r.cfg.printOff))