-
e3802fb: Introduce the
NumberParser
class for parsing strings in a specified locale.import { NumberParser } from "@open-pioneer/core"; const parser = new NumberParser("de-DE"); const number = parser.parse("1.234,56");
- 1b63ebe: Update dependencies
- 39dad46: Switch to a new versioning strategy. From now on, packages released by this repository share a common version number.
- 50550d3: Add
destroyResources(resources)
to destroy an array of resources.
- 5c62522: Update wording and harmonize structure
- 5d3aafd: Harmonize references to Open Pioneer Trails in README.
- 5ff8f30: Update package.json metadata.
- 11b1428: Export
rethrowAbortError
from core package and use it correctly inHttpService
.
- a18d227: New helper function
rethrowAbortError
.
- 69c0fcd: The Logger interface now supports
unknown
as message argument. Value types other thanstring
orError
are converted to strings before logging them.
- 88fd710: fix typings EventNames type
- 22ff68a: Initial release
- 9eac5c9: Use peer dependencies for (most) dependencies
- 49ba4e1: Use build-package CLI to build.
- a40f12d: Update build-package tool. TypeScript declaration files should now be available.
- e1c7295: Compiled with build-package 0.5.2
- 77f7d5c: Initial test release