recital / core / CHANGELOG.md
CHANGELOG.md
Raw

v1.2.2

  • Wrote some tests, and fixed some inaccuracies with fragments.

v1.2.1

  • Fixed +++ frontmatter in fragments.

v1.2.0

  • Added ability to use +++ to separate frontmatter, as is typical for TOML frontmatter.

v1.1.0

  • Modified the additional paragraph meta tag, since stage-ink would like to use << for its own syntax. Meta tags are now encapsulated <! like this >.
  • Added official guidance on wikilink support in the recital-core package.

v1.0.0

Rescoping, no code changes.

RESCOPE HAPPENED HERE

This is kind of a clean history break. Moved scope from @recital to @a-morphous in anticipation of using Github's packages, which require scope to be your username.

Current format of the project is that anything that was scoped to @recital is now changed, and has recital- before the name of the original package name.

v4.0.0

  • No major code changes, but entire build system was retooled (rollup -> esbuild)
  • Moved package name from @recital/stage-parser to @recital/core

v3.2.0

  • Added spec document.
  • Uplifted title into a top-level meta field.
  • Added #: syntax to allow scenes to support inline syntax
  • Added capability to auto-title from inline syntax

v3.1.0

  • Both fragments and commands now split strings in their inline meta by spaces, but preserve quotes. So this:
<> "Multiple lines in the same thing"

only has one meta field.

v3.0.0

  • New version of Recital spec.