Skip to content

Releases: TEIC/CETEIcean

Release 1.9.0

10 Jan 01:31
Compare
Choose a tag to compare

More complete support for XML isomorphism, including support for preserving root-level PIs and comments.

Release 1.8.0

24 Apr 13:59
Compare
Choose a tag to compare

New features for better isomorphic (Node + Browser) support:

  • Allow users to provide an external DOM in Node via the documentObject option
  • Smarter checks before before calling window and HTML Node
  • Slightly improved testing

Release 1.7.0

19 Jul 13:32
Compare
Choose a tag to compare

New features since the last release:

  • Allow behaviors to define functions
  • Add a removeBehavior method to unset default or predefined behaviors
  • Empty behaviors '[]' are now a no-op instead of throwing an error.

Release 1.2.1

18 Jun 13:22
Compare
Choose a tag to compare

Fixes a bug caused by behaviors no longer having access to the CETEIcean DOM object.

Release 1.2.0

12 Jun 19:34
Compare
Choose a tag to compare

Includes some source refactoring to handle regressions in 1.1.0.

  • Adds resolveURI and getPrefixDef methods to handle TEI prefix definitions.
  • Adds a removeBehavior method to permit un-setting default behaviors.
  • Removes default table behavior in favor of using CSS Grid for TEI tables.

Release 1.1.1

29 Aug 13:28
Compare
Choose a tag to compare

Fixes a bug in behaviors that sometimes resulted in the behavior being applied twice.

Release 1.1.0

04 Aug 17:17
Compare
Choose a tag to compare

Updates and bugfixes, including support for XML without namespaces (e.g. TEI P4).

Release 1.0.1

21 Jun 19:34
Compare
Choose a tag to compare

Small change in package.json for improving ES6 import.

Release 1.0.0

08 Sep 13:14
Compare
Choose a tag to compare

Release 1.0.0 is a major update, though it should be backwards-compatible. Changes include:

  • New behaviors syntax, which supports targeting behaviors to elements that match a CSS selector.
  • Support for documents which use namespaces other than TEI's.

Release 0.5.2

06 Jul 15:27
Compare
Choose a tag to compare

Fixes a bug in the 0.5.0 release.