Releases: xuanduc987/ts-matching
Releases · xuanduc987/ts-matching
0.1.2
0.1.1
chore: bump version to 0.1.1
release: 0.1.0
** Breaking changes; simply pattern ``` match(option).with{ Some: () => 1, None: () => 1, } ``` is no longer valid, use ``` match(option).with{ Some_value: () => 1, None: () => 1, } ``` instead
0.0.4
chore: bump version to 0.0.4
0.0.3
chore: bump version to 0.0.3
0.0.2
chore: bump version to 0.0.2
0.0.1
Initial version