Skip to content

Commit e6b34fb

Browse files
committed
docs: add a changelog file
1 parent a1d1b2b commit e6b34fb

1 file changed

Lines changed: 41 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
### Fixed
11+
12+
- The browser example was not working due to API changes.
13+
- The Readme file was using the wrong package name
14+
15+
## [0.1.1] - 2022-07-16
16+
17+
### Fix
18+
19+
- A minor version bump for NPM
20+
21+
## [0.1.0] - 2022-07-16
22+
23+
### Added
24+
25+
- Removing Babel
26+
- Using C8 and Mocha for native ES import testing
27+
- Remove Grunt in favor of some simpler scripts in package.json
28+
- Build a CJS module as part of the build process
29+
30+
## [0.0.3] - 2020-12-07
31+
32+
### Fixed
33+
34+
- Updated URLs for NOAA's API for the testing service
35+
- Security update to developer dependencies
36+
37+
## [0.0.2] - 2019-11-14
38+
39+
### Added
40+
41+
- Tidal extreme calculations are expensive, so you can now use the `timeFidelity` option to define how exact you want the high/low tide dates to be.

0 commit comments

Comments
 (0)