What's Changed
-
Fixed: Don't emit unasserted changes issue outside of tests (#19).
-
Fixed: Avoid crash when attempting to open inaccessible file paths (thanks @Matejkob, #4).
-
Deprecated:
Shared
'sCollection
conformances have been deprecated in favor of explicit conversion to a collection (#26).-ForEach($elements) { $element in +ForEach(Array($elements)) { $element in
-
Infrastructure: Removed unnecessary
Shared.init
overloads (#20).
Full Changelog: 0.1.3...0.1.4