Skip to content

Latest commit

 

History

History
70 lines (46 loc) · 4.48 KB

CHANGELOG.md

File metadata and controls

70 lines (46 loc) · 4.48 KB

1.3.1 (2024-04-28)

Bug Fixes

  • add missing build step to release ci (0082511)

1.3.0 (2024-04-28)

Features

  • ci: add circleci (16f559c)
  • docs: add docblocks (13c1f2f)
  • middlewares: add support for global middlewares and wrap default functions (ffeb949)
  • middlewares: pass logger to called middlewares (35eed6f)
  • middlewares: Start middleware implementation (c69c061)
  • revive project (821b977)
  • tests: add tests (ee0b1a2)

Bug Fixes

  • base calls: make calls to base functions sync again (366c30c)
  • build selector: fix browsers not being detected correctly (7ef4279)
  • ci: add missing : (fa0436f)
  • ci: add missing : (6ae0574)
  • ci: fix branch selector (2de8436)
  • ci: fix branch selector (7bd6d8c)
  • ci: fix build on tag, maybe? (c964de0)
  • ci: fix build on tag, maybe? (51f7740)
  • ci: make npm version ignore present version as a precautionary measure (964624f)
  • ci: make npm version ignore present version as a precautionary measure (301e006)
  • ci: split in two workflows (437d9bd)
  • ci: split in two workflows (94b4af4)
  • lint: fix lint and flow errors (62c9c6f)
  • node build: set correct webpack target for node, create specific builds for node and prowser (4e62b0a)
  • package: bump version (8b64b51)
  • publish: add npm ignore (396245d)
  • publish: add npm ignore (766e523)
  • release: add changelog entry (64e9bd7)
  • release: add changelog entry (00e37bc)

1.2.1

  • version bump

1.2.0

  • add plugin infrastructure

1.1.0

  • fix build for browser that was introduced with 1.1.0

1.1.0

  • add build for nodejs (fixes #1)
  • remove utf8/16 chars from donkeycorn

1.0.1

  • minor fixes and updates in README.md
  • repo move

1.0.0

  • initial release