Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 720 Bytes

CHANGELOG.md

File metadata and controls

37 lines (29 loc) · 720 Bytes

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[0.2.6]

Fixed

  • Missing return statement in phoneme

[0.2.3]

Fixed

  • Exporting types in package.json

[0.2.2]

Fixed

  • npm exludes built files

[0.2.1]

Fixed

  • Correct rendering of spaces between contents
  • Some unit tests for xml rendering

Changed

  • Updated deps

[0.2.0]

Added

  • Rendering parameters
  • Support for templated strings
  • Some docs/examples

[0.1.0]

Added

  • Initial release
  • Basic support for serializing SSML
  • This changelog :)