Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
- name: Test
run: npm test

- name: Coverage
run: npm run coverage

- name: Typecheck
run: npm run typecheck

Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
dist
coverage
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- Code coverage check (thanks [@simmo])
- Microseconds and nanoseconds support (thanks [@simmo])

## [1.1.2] - 2025-05-06

### Changes
Expand Down Expand Up @@ -84,5 +89,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[@simmo]: https://github.com/simmo
[@spyros-uk]: https://github.com/spyros-uk
[1.1.1]: https://github.com/simmo/niobe/compare/1.1.1-beta.2...1.1.1

[1.1.2]: https://github.com/simmo/niobe/compare/1.1.2-beta.0...1.1.2
Loading