Skip to content

Releases: mutating/simtypes

0.0.12

23 Feb 11:13
9e71098

Choose a tag to compare

Minimal sanitary update.

  • Linting became a little stricter.
  • A couple of other microscopic improvements.

0.0.11

21 Feb 12:53
0e45400

Choose a tag to compare

Just updating some links in the documentation.

0.0.10

29 Jan 22:16
67fcde5

Choose a tag to compare

A small but useful update.

  • Added support for extended None from the denial library.
  • Added the ability to deserialize date and datetime objects.

0.0.9

01 Dec 20:47
2f8a453

Choose a tag to compare

There are no significant changes, only improved documentation.

0.0.8

01 Dec 20:17
09bf757

Choose a tag to compare

A sanitary set of changes:

  • Added support for Free Threading versions of Python.
  • Stricter linting is enabled and the entire code is adapted to this.
  • Added the ability to "skip" Mock objects in the check() function.

0.0.7

07 Nov 01:11
09bf757

Choose a tag to compare

An absolutely minor release, I'm just making the repository a little more beautiful.

0.0.6

06 Nov 18:06
3d0b691

Choose a tag to compare

Minor update.

  • Now you can use the string "+∞" when deserializing a string to the float type.
  • The Any type is understood as a string during deserialization.

0.0.5

06 Nov 16:34
c97f8ff

Choose a tag to compare

Stability update.

  • Performed a large-scale refactoring of unit tests, and the amount of code decreased dramatically.
  • Fixed minor bugs.

0.0.4

06 Nov 00:02
a025b84

Choose a tag to compare

A big and important update!

  • Added support for the tuple type.
  • Added a function for deserialization.

0.0.3

28 Oct 18:50
c0ce531

Choose a tag to compare

A small but important update.

  • Added the strict mode in which the contents of lists and dicts are checked.
  • Added "special types" to check complex conditions.