Releases: ndizazzo/biome
Releases · ndizazzo/biome
2.1.0
2.0.0
Description
This release updates Biome to provide more type-safe ways to access fields on Biomes, instead of needing to downcast Any?
values into the correct type.
It also leverages Swift 4's new Codable protocol in order to reduce the need to write "provider" objects.
Changed
- Minimum required Swift version updated to 4.0
- BiomeManager is no longer a singleton
- Many tests added / refactored
Added
- Support for
Codable
Biome
is now a protocol developers can extend on their own objects, giving them type safety on properties.
Removed
- BiomeProvider protocol
- PlistBiomeProvider class