Skip to content

Releases: rewindrl/updater

v1.2: Improve feedback from the switch and counter operations

23 Sep 10:50
Compare
Choose a tag to compare

This update improves the the logic in the counter operation, and adds feedback to the switch operation when none of the switches match the given cell value.

v1.1: Make error & warning messages more specific

03 Sep 17:36
Compare
Choose a tag to compare

This update increases the amount of useful information included in errors and warnings.

v1.0: APIv4 master merge

02 Sep 17:20
Compare
Choose a tag to compare

This release is just a rename from v0.6, to mark the API v4 version going into the master branch.

v0.6: Replace errors with warnings to improve robustness

18 Jul 13:22
Compare
Choose a tag to compare

Also includes added JSDoc for importPreset()

v0.5: Fix for new API structures

18 Jul 12:57
Compare
Choose a tag to compare
Pre-release

API v4 now returns 'minimal' structures meaning that columns / rows are only populated if they precede cells containing values. This should be accounted for in this version.

v0.4: Improve error messaging around the main updating code

18 Jul 12:56
Compare
Choose a tag to compare
Make updating code more robust

v0.3: add preset operations

15 Jul 11:18
Compare
Choose a tag to compare
Pre-release
Resolve minor typo

v0.2: add custom operation support

15 Jul 11:19
Compare
Choose a tag to compare
Pre-release
Add custom updater operations

v0.1: initial APIv4 version

15 Jul 11:20
Compare
Choose a tag to compare
Pre-release
Fix README in-page links