Skip to content
This repository was archived by the owner on Sep 13, 2025. It is now read-only.

Releases: clebert/d-bus-type-system

v1.0.0

Choose a tag to compare

@clebert clebert released this 25 Mar 12:46

v0.14.0

Choose a tag to compare

@clebert clebert released this 22 Apr 14:11
  • Replace function parseType with parseTypes
    • Due to the fact that a type signature consists of zero or more single complete types, the function parseType is replaced by the function parseTypes.
  • Change variant type
    • The variant type now contains a type object as the first element instead of a signature string.

v0.13.1

Choose a tag to compare

@clebert clebert released this 21 Apr 23:24
  • Fix an error in type ArrayValue that occurs when its element is of type DictEntryType

v0.13.0

Choose a tag to compare

@clebert clebert released this 21 Apr 17:52
  • Check the range of numeric values

v0.12.2

Choose a tag to compare

@clebert clebert released this 20 Apr 20:17
  • Improve the structural comparability of container types

v0.12.1

Choose a tag to compare

@clebert clebert released this 20 Apr 14:01
  • Implicit conversion from Node.js Buffer to ArrayBuffer for better compatibility with DataView

v0.12.0

Choose a tag to compare

@clebert clebert released this 19 Apr 16:35
  • Complete redesign of the type creation functions

v0.11.0

Choose a tag to compare

@clebert clebert released this 19 Apr 14:28
  • Rename function assert to assertType

v0.10.0

Choose a tag to compare

@clebert clebert released this 19 Apr 14:21
  • Rename function parse to parseType and function serialize to serializeType

v0.9.0

Choose a tag to compare

@clebert clebert released this 18 Apr 12:02
  • Add serialize function