Skip to content

Commit 3b84d52

Browse files
committed
Add changelog
1 parent 4e43d50 commit 3b84d52

1 file changed

Lines changed: 86 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,86 @@
1+
#### 0.6.2 (2016-03-20)
2+
3+
* Add dependencies badge ([4a87497](https://github.com/lgaticaq/node-nmea/commit/4a87497))
4+
* Add gpgga in keywords ([c070123](https://github.com/lgaticaq/node-nmea/commit/c070123))
5+
* Remove extra describes ([ddbce35](https://github.com/lgaticaq/node-nmea/commit/ddbce35))
6+
* Update dependencies ([8b919b5](https://github.com/lgaticaq/node-nmea/commit/8b919b5))
7+
* Update node versions ([3bcd4fd](https://github.com/lgaticaq/node-nmea/commit/3bcd4fd))
8+
9+
#### 0.6.1 (2016-02-22)
10+
11+
* Fix track regex ([66bd80f](https://github.com/lgaticaq/node-nmea/commit/66bd80f))
12+
13+
#### 0.6.0 (2016-02-12)
14+
15+
* Add support to GPGGA ([8b7ca94](https://github.com/lgaticaq/node-nmea/commit/8b7ca94))
16+
17+
#### 0.5.0 (2016-02-11)
18+
19+
* Add lat and lng in dmm ([1c5e7c1](https://github.com/lgaticaq/node-nmea/commit/1c5e7c1))
20+
* Fix readme ([f000c31](https://github.com/lgaticaq/node-nmea/commit/f000c31))
21+
* Fix test ([e618eba](https://github.com/lgaticaq/node-nmea/commit/e618eba))
22+
* Remove unused dependencies ([ea3394f](https://github.com/lgaticaq/node-nmea/commit/ea3394f))
23+
24+
#### 0.4.0 (2016-02-11)
25+
26+
* Add description for magnetic variation ([50b16e1](https://github.com/lgaticaq/node-nmea/commit/50b16e1))
27+
* Add extra to npmignore ([f97aa24](https://github.com/lgaticaq/node-nmea/commit/f97aa24))
28+
* Add node version ([890bcc6](https://github.com/lgaticaq/node-nmea/commit/890bcc6))
29+
* Add tonic example ([5f7b01b](https://github.com/lgaticaq/node-nmea/commit/5f7b01b))
30+
* Fix readme ([e5408e2](https://github.com/lgaticaq/node-nmea/commit/e5408e2))
31+
* Remove eslint config ([1425099](https://github.com/lgaticaq/node-nmea/commit/1425099))
32+
* Remove random ([b6626de](https://github.com/lgaticaq/node-nmea/commit/b6626de))
33+
* Update dependencies ([042688f](https://github.com/lgaticaq/node-nmea/commit/042688f))
34+
* Update test ([4b6f673](https://github.com/lgaticaq/node-nmea/commit/4b6f673))
35+
36+
#### 0.3.1 (2015-09-03)
37+
38+
* Fix latToDmm, lngToDmm and degToDec. ([3e95ed9](https://github.com/lgaticaq/node-nmea/commit/3e95ed9))
39+
40+
#### 0.3.0 (2015-08-28)
41+
42+
* Fix parse whit gps status void. Add gps to parse data. Fix #6 ([48aea87](https://github.com/lgaticaq/node-nmea/commit/48aea87)), closes [#6](https://github.com/lgaticaq/node-nmea/issues/6)
43+
44+
#### 0.2.4 (2015-08-27)
45+
46+
* Add node 0.10 to travis ([35a2988](https://github.com/lgaticaq/node-nmea/commit/35a2988))
47+
* Fix parse. ([c55dd4c](https://github.com/lgaticaq/node-nmea/commit/c55dd4c))
48+
49+
#### 0.2.3 (2015-08-27)
50+
51+
* Add support for node >= v0.10.0 ([8a29905](https://github.com/lgaticaq/node-nmea/commit/8a29905))
52+
53+
#### 0.2.2 (2015-08-26)
54+
55+
* Fix badges ([f6b3cc4](https://github.com/lgaticaq/node-nmea/commit/f6b3cc4))
56+
* Fix error in parse data. Fix #2 ([177a3fe](https://github.com/lgaticaq/node-nmea/commit/177a3fe)), closes [#2](https://github.com/lgaticaq/node-nmea/issues/2)
57+
* Fix node and iojs versions. Remove email notification ([a62c03b](https://github.com/lgaticaq/node-nmea/commit/a62c03b))
58+
* Update dependencies. Fix urls ([0f5cf4a](https://github.com/lgaticaq/node-nmea/commit/0f5cf4a))
59+
60+
#### 0.2.1 (2015-07-20)
61+
62+
* Fix generate longitude in randomData. ([5aabd77](https://github.com/lgaticaq/node-nmea/commit/5aabd77))
63+
64+
#### 0.2.0 (2015-07-15)
65+
66+
* Add optional initial data for randomData ([7e2024d](https://github.com/lgaticaq/node-nmea/commit/7e2024d))
67+
68+
#### 0.1.0 (2015-07-15)
69+
70+
* Add coveralls badge ([7a0bf98](https://github.com/lgaticaq/node-nmea/commit/7a0bf98))
71+
* Expose GPRMC regex ([cae1122](https://github.com/lgaticaq/node-nmea/commit/cae1122))
72+
* Remove older node versions from travis ([1ec8afd](https://github.com/lgaticaq/node-nmea/commit/1ec8afd))
73+
74+
#### 0.0.3 (2015-07-15)
75+
76+
* Added Gitter badge ([1e9908b](https://github.com/lgaticaq/node-nmea/commit/1e9908b))
77+
* Fix badges ([7381dab](https://github.com/lgaticaq/node-nmea/commit/7381dab))
78+
* Fix parser lat and lng ([18752a0](https://github.com/lgaticaq/node-nmea/commit/18752a0))
79+
80+
#### 0.0.2 (2015-07-14)
81+
82+
* Add travis ([9652c29](https://github.com/lgaticaq/node-nmea/commit/9652c29))
83+
84+
#### 0.0.1 (2015-07-14)
85+
86+
* first commit ([303fffe](https://github.com/lgaticaq/node-nmea/commit/303fffe))

0 commit comments

Comments
 (0)