Skip to content
This repository was archived by the owner on Apr 2, 2026. It is now read-only.

Releases: the-draupnir-project/matrix-basic-types

v1.4.1

01 Oct 16:22
b7e716d

Choose a tag to compare

[1.4.1] - 2025-10-01

Added

  • toPermalink methods to MatrixEventReference.

v1.4.0

16 Jul 17:33
9762d59

Choose a tag to compare

[1.4.0] - 2025-07-16

Changed

  • roomServerName function has been removed.
  • room ID format changed to support room version's with room ID's that don't have server names.

v1.3.0

21 Mar 16:08
9eb9d65

Choose a tag to compare

[1.3.0] - 2025-03-21

  • Support extracting server names from everything
  • Export matrix.to url regex.

v1.2.0

03 Mar 11:58
cb5ecd9

Choose a tag to compare

[1.2.0] - 2025-03-03

  • Put a hard limit of 5 on the number of via servers allowed in a room reference.

v1.1.0

10 Dec 14:32
7224a4a

Choose a tag to compare

[1.1.0] - 2024-12-10

Added

  • StringRoomID, StringRoomAlias, StringUserID, and
    StringEventID all now have functions to check if their argument is
    the associated type from unknown. Helpful for surrounding string
    literals in tests without using as to cast.

v1.0.0

10 Dec 13:24
4622496

Choose a tag to compare

[1.0.0] - 2024-12-10

Changed

  • The branding technique for string types such as StringUserID has
    been changed to enable compatibility with libraries like zod, which
    seem to want to structurally replicate types rather than refer to
    them by name.

v0.2.0

11 Sep 12:28
e68c54d

Choose a tag to compare

[0.2.0] - 2024-09-11

Changed

  • Updated to @gnuxie/typescript-result@1.0.0.

v0.1.1

30 Jul 14:16

Choose a tag to compare

v0.1.1

v0.1.0

30 Jul 14:13

Choose a tag to compare

initial release