Skip to content

v0.6.1

Choose a tag to compare

@flxmrk flxmrk released this 15 Aug 20:09
· 19 commits to main since this release

Release v0.6.1

This release includes all changes since the previous version.

Installation

npm install langsys-js-react@0.6.1

Changes in this release

  • a685ffd
    build: stamp CHANGELOG release date in publish.sh

Headings are now written '## X.Y.Z - unreleased' and dated by the
release script immediately before tagging, so the heading agrees with
npm's publish record by construction rather than by remembering to
check. A hand-dated heading records when it was typed, not when it
shipped — that dated 0.4.2/0.4.3 a month early.

Also warns when the version being released has no CHANGELOG section,
and un-stamps on rollback. Logic verified against all three branches
plus the rollback path.

  • 1d596b2
    fix: base SDK ^0.6.1 (phrase-marker opt-out handling)

0.6.0 matched data-langsys-phrase on presence alone, so an explicit
='false'/='0' opt-out was skipped by this SDK and left untranslated by
PHP as well. Inherited fix, no wrapper API change.

First release using the 'unreleased' heading — publish.sh stamps the
date.

[Version bumped to 0.6.1]

Full Changelog

See the commit history for a complete diff of all changes.