Skip to content

Commit

Permalink
docs(changelog): Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lgaticaq committed Jun 15, 2016
1 parent 3591313 commit 37b6fa3
Showing 1 changed file with 75 additions and 0 deletions.
75 changes: 75 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
#### 2.4.0 (2016-04-01)

* Add getRebootCommand ([cdb2f6b](https://github.com/lgaticaq/tz-parser/commit/cdb2f6b))
* Update eslint ([6f4a86a](https://github.com/lgaticaq/tz-parser/commit/6f4a86a))

#### 2.3.1 (2016-03-31)

* Fix set_speed_onE command ([98ca8f4](https://github.com/lgaticaq/tz-parser/commit/98ca8f4))

#### 2.3.0 (2016-03-29)

* Rename TZ-COMMAND to TZ-COMMAND-OK and command to ok ([6afb735](https://github.com/lgaticaq/tz-parser/commit/6afb735))
* Update dependencies ([74ad775](https://github.com/lgaticaq/tz-parser/commit/74ad775))

#### 2.2.1 (2016-03-20)

* Update node-nmea ([88f0b95](https://github.com/lgaticaq/tz-parser/commit/88f0b95))

#### 2.2.0 (2016-03-15)

* Add parseCommand ([4724ef9](https://github.com/lgaticaq/tz-parser/commit/4724ef9))
* Update dependencies ([4c57fa9](https://github.com/lgaticaq/tz-parser/commit/4c57fa9))

#### 2.1.2 (2016-03-08)

* Fix parser SETEXTEND and SETEXTEND2 commands ([453ad3c](https://github.com/lgaticaq/tz-parser/commit/453ad3c))
* Update dependencies ([b0a35be](https://github.com/lgaticaq/tz-parser/commit/b0a35be))

#### 2.1.1 (2016-03-02)

* Fix datetime ([e03999c](https://github.com/lgaticaq/tz-parser/commit/e03999c))
* Fix datetime ([c48db41](https://github.com/lgaticaq/tz-parser/commit/c48db41))

#### 2.1.0 (2016-03-02)

* Add isTz ([b2183ad](https://github.com/lgaticaq/tz-parser/commit/b2183ad))
* Remove babel-polyfill ([94712e5](https://github.com/lgaticaq/tz-parser/commit/94712e5))

#### 2.0.0 (2016-03-02)

* Remove extra gprmc data, remove async data. ([686ca0b](https://github.com/lgaticaq/tz-parser/commit/686ca0b))
* Update dependencies ([41080f8](https://github.com/lgaticaq/tz-parser/commit/41080f8))

#### 1.2.0 (2016-02-22)

* Rename commands ([2a99702](https://github.com/lgaticaq/tz-parser/commit/2a99702))
* Update node-nmea ([223a378](https://github.com/lgaticaq/tz-parser/commit/223a378))

#### 1.1.2 (2016-02-22)

* Add babel-plugin-syntax-async-functions ([06f4102](https://github.com/lgaticaq/tz-parser/commit/06f4102))

#### 1.1.1 (2016-02-22)

* Add babel-polyfill ([ff83051](https://github.com/lgaticaq/tz-parser/commit/ff83051))

#### 1.1.0 (2016-02-22)

* Add address ([78599e0](https://github.com/lgaticaq/tz-parser/commit/78599e0))
* Add gps status ([0031754](https://github.com/lgaticaq/tz-parser/commit/0031754))
* Add new commands ([1ac8c5f](https://github.com/lgaticaq/tz-parser/commit/1ac8c5f))
* Add parse test ([0009a8d](https://github.com/lgaticaq/tz-parser/commit/0009a8d))
* Add test ([e7fc046](https://github.com/lgaticaq/tz-parser/commit/e7fc046))
* Add test script ([c310192](https://github.com/lgaticaq/tz-parser/commit/c310192))
* Fix parse TZ-COMMAND ([7b94517](https://github.com/lgaticaq/tz-parser/commit/7b94517))
* Fix test ([eabe950](https://github.com/lgaticaq/tz-parser/commit/eabe950))
* Update node-geocoder ([0e8a22c](https://github.com/lgaticaq/tz-parser/commit/0e8a22c))

#### 1.0.1 (2016-02-15)

* Update dependencies ([cc889d2](https://github.com/lgaticaq/tz-parser/commit/cc889d2))

#### 1.0.0 (2016-02-09)

* first commit ([5adf98e](https://github.com/lgaticaq/tz-parser/commit/5adf98e))

0 comments on commit 37b6fa3

Please sign in to comment.