d4t_formulas/.pub-cache/hosted/pub.dev/term_glyph-1.2.2/CHANGELOG.md
Álvaro González 1d339653d5 feat: add formula data classes with strict JSON parsing
- Add VariableSpec class with magnitude field validation
- Add Formula class supporting multiple input/output variables
- Support d4rt_code as string or object with code field
- Add comprehensive tests for parsing and serialization
- Fix broken test import in pruebas_d4rt_test.dart

Follows README.md format requirements exactly
2025-08-21 17:15:00 +02:00

585 B

1.2.2

  • Require Dart 3.1
  • Move to dart-lang/tools monorepo.

1.2.1

  • Migrate to package:lints.
  • Populate the pubspec repository field.

1.2.0

  • Stable release for null safety.
  • Update SDK constraints to >=2.12.0-0 <3.0.0 based on beta release guidelines.

1.1.0

  • Add a GlyphSet class that can be used to easily choose which set of glyphs to use for a particular chunk of code.

  • Add asciiGlyphs, unicodeGlyphs, and glyphs getters that provide access to GlyphSets.

1.0.1

  • Set max SDK version to <3.0.0.

1.0.0

  • Initial version.