3 Commits

Author SHA1 Message Date
7ded2fa7b2 feat: Get variable values as int, double and bool (#65)
Allowes to get the variable values casted to the specific type. If the variable does not exist the `fallback` is used. However when also no `fallback` is provided an `AssertionError` is thrown. Furthermore a `FormatException` is thrown when the variable exists but the value can not be casted to the specific type.
2024-10-13 21:51:48 +13:00
106bd1dd58 fix: change regex lookbehind to group (#29)
fixes runtime errors in safari
2021-04-28 08:54:12 +12:00
5edfa2e981 feat: migrate to null-safety (#24) 2021-03-04 16:56:17 +13:00