Tynder Versions Save

TypeScript friendly Data validator for JavaScript.

v0.7.0

3 years ago
  • Update dependencies.
  • Update CI configurations.
  • Migrate to webpack 5.

v0.6.6

3 years ago
  • Add fall back processing to get globalThis, Object, and Function. (to check for unsafe keywords)
  • Update dependencies.

v0.6.5

3 years ago
  • Update dependencies.
  • Migrate to TypeScript 4.0.

v0.6.4

3 years ago
  • Fix empty string literal parsing.
  • Update dependencies.
  • Update CI configurations.

v0.6.3

4 years ago
  • Add assertType<T>(data, ty, ctx?) assertion type guard function.
  • Generate the type name const enum Schema when serializing the schema.
  • Edit README.
  • Update dev dependencies.

v0.6.2

4 years ago
  • Add declare type|interface|enum|const enum statement.
  • Refactoring:
    • Move and separate files.
    • Extract a compiler docComment function.
  • Fix README.
  • Update dev dependencies.

v0.6.1

4 years ago

Fix typo (tynder-pass-through)

v0.6.0

4 years ago
  • Add pass-throughtdeclare var|let|const statement.
  • Add const enum definition.
  • Add /* @tynder-pass-through ... */ directive.
  • Typed external statement and /* @tynder-external ... */ directive.

v0.5.2

4 years ago

v0.5.1

4 years ago