Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 995 Bytes

CHANGELOG.md

File metadata and controls

54 lines (35 loc) · 995 Bytes

Changelog

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

Upcoming

0.3.2 - 17.11.2023

Added

  • List text-formatting sample in manifest

0.3.1 - 14.11.2023

Added

  • Basic usage info in readme

0.3.0 - 13.11.2023

Added

  • Text alignment
  • Text postfix
  • Text color
  • Text fills container

0.2.0 - 25.10.2023

Added

  • Link changelog, license and repo in readme
  • ViewJson class
  • Define preliminary signature of viewing method
  • Basic style and schema mock types for tests
  • Utility functions for tests for creating rect-transforms
  • Detect invalid json
  • View strings. No formatting yet.
  • View integers. No formatting yet.
  • View floats. No formatting yet.
  • View booleans. No formatting yet.
  • View null. No formatting yet.

Changed

  • Enable explicit nullables

0.1.0 - 25.10.2023

Added

  • Skeleton project structure