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