lyell 1.4.4
lyell: ^1.4.4 copied to clipboard
Generator utilities used by darwin and dogs..
1.4.4 #
- FIX: revert unsafe runtime type to not extend QualifiedTypeTree, since it broke plugins who mapped to qualified types. Same goes for synthetic types.
1.4.3 #
- FIX: naming for unsafe runtime types now works properly, and base getters return clones without arguments for both unsafe runtime captures and synthetic types.
1.4.2 #
- FIX: hashing for unsafe runtime type capture and proper equality checks.
1.4.1 #
- FIX: Synthetic Type Capture didn't return itself as base.
1.4.0 #
- REFACTOR: enhance QualifiedTypeTree implementation and improve equality checks.
- FEAT: improve type capture methods and add SyntheticTypeCapture class.
1.3.2 #
- FIX: I forgot to add the arguments as a constructor parameter.
1.3.1 #
- FIX: implement type tree for unsafe runtime type capture for easy usage.
1.3.0 #
- FEAT: add UnsafeRuntimeTypeCapture for limited runtime type support.
- FEAT: add additional extensions for handling not qualified type trees.
- FEAT: terminal and primitive type tree factory methods return qualified type tress now.
1.2.0 #
- FEAT: add and use qualified trees.
- FEAT: add TypeTrees.
- FEAT: add collection casts.
- FEAT: improve alias capabilities.
1.1.0 #
- FEAT: add and use qualified trees.
1.0.0 #
- FEAT: add TypeTrees.
0.0.3 #
- FEAT: add collection casts.
0.0.2 #
- FEAT: improve alias capabilities.
0.0.1 #
- Initial version.