Releases: elliotchance/reflect
Releases · elliotchance/reflect
v0.5.1
v0.5.0
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
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
Adding support for arrays (#4)
v0.2.0
Adding Type (#3) Create a proper `Type` type that will make more complex types possible later.
v0.1.2
Create ci.yml (#2) - Add the GitHub action to run tests - Add install instructions to README
v0.1.1
Create LICENSE (#1)
v0.1.0
Create simple values for runtime checking