Releases: joeldrapper/literal
Releases Β· joeldrapper/literal
1.2.0
What's Changed
- [BREAKING]
Literal::Data
no longer supports#[]
to be consistent with RubyβsData
- [FIX] Fixed an issue with
_Hash?(K, V)
and_Integer?(T)
- Various changes to experimental features:
Literal::Flags
,Literal::Array
,Literal::Set
,Literal::Hash
- Improved error messages for
_JSONData
,_Map(T)
,_Set(T)
, and_Union(*T)
New Contributors
- @phillipspc made their first contribution in #141
- @hslzr made their first contribution in #219
- @christopher-b made their first contribution in #143
- @f-mer made their first contribution in #227
Full Changelog: 1.1.0...1.2.0
1.1.0
What's Changed
- Better nested type errors β @segiddins in #132
- Experimental bit flags object β @joeldrapper in #99
Full Changelog: 1.0.0...1.1.0
1.0.0
First stable release of Literal. See documentation.
1.0.0.rc1
Literal 1.0 is almost here. Please try out this release candidate and let us know if you run into any issues.
0.1.0
Update README.md