File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments