Skip to content

Releases: elliotchance/reflect

v0.5.1

04 Aug 03:52
4dc678f
Compare
Choose a tag to compare
Value space consumption optimization (#7)

Using a union to minimize memory footprint for all the different types of a
value.

v0.5.0

24 Jul 04:09
4599e6b
Compare
Choose a tag to compare
Adding support for structs (#6)

Structs are little more tricky and I'm sure there are some serious limitations
with memory management. But this is just an experiment...

v0.4.0

24 Jul 03:01
277c379
Compare
Choose a tag to compare
Adding support for maps (#5)

Works with any key or value type and provides access to these types.

Added keys() and get_key() respectively.

v0.3.0

17 Jul 02:12
459c0f3
Compare
Choose a tag to compare
Adding support for arrays (#4)

v0.2.0

17 Jul 01:45
4935eed
Compare
Choose a tag to compare
Adding Type (#3)

Create a proper `Type` type that will make more complex types possible later.

v0.1.2

15 Jul 05:34
799c1b5
Compare
Choose a tag to compare
Create ci.yml (#2)

- Add the GitHub action to run tests
- Add install instructions to README

v0.1.1

15 Jul 04:52
0f4e23f
Compare
Choose a tag to compare
Create LICENSE (#1)

v0.1.0

15 Jul 04:48
Compare
Choose a tag to compare
Create simple values for runtime checking