Skip to content

Commit e1c2253

Browse files
committed
Added changelog
1 parent 9589092 commit e1c2253

File tree

1 file changed

+227
-0
lines changed

1 file changed

+227
-0
lines changed

CHANGELOG.md

Lines changed: 227 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,227 @@
1+
<a name="2.0.3"></a>
2+
## 2.0.3 (2017-07-28)
3+
4+
* Fixed an issue where regular expressions would be matched falsely at times ([11be80e](https://github.com/wessberg/marshaller/commit/11be80e))
5+
6+
7+
8+
<a name="2.0.2"></a>
9+
## 2.0.2 (2017-06-28)
10+
11+
* 2.0.2 ([4b2f784](https://github.com/wessberg/marshaller/commit/4b2f784))
12+
* Fixed an issue where strings containing dates would be falsely unmarshalled as dates instead of regu ([358a542](https://github.com/wessberg/marshaller/commit/358a542))
13+
14+
15+
16+
<a name="2.0.1"></a>
17+
## 2.0.1 (2017-06-28)
18+
19+
* 2.0.1 ([28ed02a](https://github.com/wessberg/marshaller/commit/28ed02a))
20+
* Bumped TypeDetector dependency. Allowed construction without explicitly calling the constructor with ([71eea6c](https://github.com/wessberg/marshaller/commit/71eea6c))
21+
* Updated version number in README ([209ecaa](https://github.com/wessberg/marshaller/commit/209ecaa))
22+
23+
24+
25+
<a name="2.0.0"></a>
26+
# 2.0.0 (2017-06-27)
27+
28+
* 2.0.0 ([4f60567](https://github.com/wessberg/marshaller/commit/4f60567))
29+
* Major overhaul ([c4ba740](https://github.com/wessberg/marshaller/commit/c4ba740))
30+
31+
32+
33+
<a name="1.0.24"></a>
34+
## 1.0.24 (2017-06-26)
35+
36+
* 1.0.24 ([839e30b](https://github.com/wessberg/marshaller/commit/839e30b))
37+
* Added mapping to/from Date ([0b57890](https://github.com/wessberg/marshaller/commit/0b57890))
38+
39+
40+
41+
<a name="1.0.23"></a>
42+
## 1.0.23 (2017-06-12)
43+
44+
* 1.0.23 ([8abc77d](https://github.com/wessberg/marshaller/commit/8abc77d))
45+
* Added a disclaimer to the README. ([b235897](https://github.com/wessberg/marshaller/commit/b235897))
46+
47+
48+
49+
<a name="1.0.22"></a>
50+
## 1.0.22 (2017-05-18)
51+
52+
* 1.0.22 ([3a23ae3](https://github.com/wessberg/marshaller/commit/3a23ae3))
53+
* Added mapping to/from Map. ([702a144](https://github.com/wessberg/marshaller/commit/702a144))
54+
55+
56+
57+
<a name="1.0.21"></a>
58+
## 1.0.21 (2017-05-17)
59+
60+
* 1.0.21 ([6b851f3](https://github.com/wessberg/marshaller/commit/6b851f3))
61+
* Made sure that quoted strings will not be re-quoted. ([68cf172](https://github.com/wessberg/marshaller/commit/68cf172))
62+
63+
64+
65+
<a name="1.0.20"></a>
66+
## 1.0.20 (2017-05-17)
67+
68+
* 1.0.20 ([ea9016e](https://github.com/wessberg/marshaller/commit/ea9016e))
69+
* Added marshalling to/from class instances and class constructors. ([7e61330](https://github.com/wessberg/marshaller/commit/7e61330))
70+
71+
72+
73+
<a name="1.0.19"></a>
74+
## 1.0.19 (2017-05-16)
75+
76+
* 1.0.19 ([d0d6ae7](https://github.com/wessberg/marshaller/commit/d0d6ae7))
77+
* Corrected issues with marshalling global/window/self/root. ([e4c6e22](https://github.com/wessberg/marshaller/commit/e4c6e22))
78+
79+
80+
81+
<a name="1.0.18"></a>
82+
## 1.0.18 (2017-05-14)
83+
84+
* 1.0.18 ([854eded](https://github.com/wessberg/marshaller/commit/854eded))
85+
* Improved stringifying functions inside object literals. ([f6c6503](https://github.com/wessberg/marshaller/commit/f6c6503))
86+
87+
88+
89+
<a name="1.0.17"></a>
90+
## 1.0.17 (2017-05-14)
91+
92+
* 1.0.17 ([d4b3014](https://github.com/wessberg/marshaller/commit/d4b3014))
93+
* Corrected some issues with marshalling to/from undefined ([7bbec70](https://github.com/wessberg/marshaller/commit/7bbec70))
94+
95+
96+
97+
<a name="1.0.16"></a>
98+
## 1.0.16 (2017-05-06)
99+
100+
* 1.0.16 ([327ff74](https://github.com/wessberg/marshaller/commit/327ff74))
101+
* Bumped dependency. ([385d5e5](https://github.com/wessberg/marshaller/commit/385d5e5))
102+
103+
104+
105+
<a name="1.0.15"></a>
106+
## 1.0.15 (2017-05-06)
107+
108+
* 1.0.15 ([a468eae](https://github.com/wessberg/marshaller/commit/a468eae))
109+
* Added the 'getTypeOf' method to the interface ([c793276](https://github.com/wessberg/marshaller/commit/c793276))
110+
111+
112+
113+
<a name="1.0.14"></a>
114+
## 1.0.14 (2017-05-06)
115+
116+
* 1.0.14 ([bb29057](https://github.com/wessberg/marshaller/commit/bb29057))
117+
* Added a proxy for the method of the dependent library. ([1f6c8da](https://github.com/wessberg/marshaller/commit/1f6c8da))
118+
119+
120+
121+
<a name="1.0.13"></a>
122+
## 1.0.13 (2017-05-05)
123+
124+
* 1.0.13 ([d09b5e5](https://github.com/wessberg/marshaller/commit/d09b5e5))
125+
* Small fixes to the function regexes. ([e5f4574](https://github.com/wessberg/marshaller/commit/e5f4574))
126+
127+
128+
129+
<a name="1.0.12"></a>
130+
## 1.0.12 (2017-05-05)
131+
132+
* 1.0.12 ([f19ca32](https://github.com/wessberg/marshaller/commit/f19ca32))
133+
* Switched to for marshalling strings to objects. ([12e4f09](https://github.com/wessberg/marshaller/commit/12e4f09))
134+
135+
136+
137+
<a name="1.0.11"></a>
138+
## 1.0.11 (2017-05-05)
139+
140+
* 1.0.11 ([0e69bbf](https://github.com/wessberg/marshaller/commit/0e69bbf))
141+
* Fixed a bug with marshalling strings that contains the word function. ([19c762c](https://github.com/wessberg/marshaller/commit/19c762c))
142+
143+
144+
145+
<a name="1.0.10"></a>
146+
## 1.0.10 (2017-05-04)
147+
148+
* 1.0.10 ([2dfc96f](https://github.com/wessberg/marshaller/commit/2dfc96f))
149+
* The Marshaller can no marshal to objects if that is the most probable type, even if a hint is not gi ([0f46f24](https://github.com/wessberg/marshaller/commit/0f46f24))
150+
151+
152+
153+
<a name="1.0.9"></a>
154+
## 1.0.9 (2017-05-04)
155+
156+
* 1.0.9 ([4a2ca53](https://github.com/wessberg/marshaller/commit/4a2ca53))
157+
* Moved null checks up to fix errors ([b855e5e](https://github.com/wessberg/marshaller/commit/b855e5e))
158+
* Moved null checks up to fix errors ([db239f2](https://github.com/wessberg/marshaller/commit/db239f2))
159+
160+
161+
162+
<a name="1.0.8"></a>
163+
## 1.0.8 (2017-05-04)
164+
165+
* 1.0.8 ([c3b8244](https://github.com/wessberg/marshaller/commit/c3b8244))
166+
* Added marshalling to/from . ([7af148f](https://github.com/wessberg/marshaller/commit/7af148f))
167+
168+
169+
170+
<a name="1.0.7"></a>
171+
## 1.0.7 (2017-05-04)
172+
173+
* 1.0.7 ([4db2917](https://github.com/wessberg/marshaller/commit/4db2917))
174+
* Marshalling objects to string no longer uses JSON.stringify. Rather, it tries to correctly format th ([f4e9312](https://github.com/wessberg/marshaller/commit/f4e9312))
175+
176+
177+
178+
<a name="1.0.6"></a>
179+
## 1.0.6 (2017-05-03)
180+
181+
* 1.0.6 ([1c8057a](https://github.com/wessberg/marshaller/commit/1c8057a))
182+
* Added marshalling to/from ([e38c8c0](https://github.com/wessberg/marshaller/commit/e38c8c0))
183+
184+
185+
186+
<a name="1.0.5"></a>
187+
## 1.0.5 (2017-04-30)
188+
189+
* 1.0.5 ([2d4e55f](https://github.com/wessberg/marshaller/commit/2d4e55f))
190+
* Fixed a bug where errors could be thrown while attempting to marshal a string using heuristics. ([7fc9f64](https://github.com/wessberg/marshaller/commit/7fc9f64))
191+
192+
193+
194+
<a name="1.0.4"></a>
195+
## 1.0.4 (2017-04-26)
196+
197+
* 1.0.4 ([c792663](https://github.com/wessberg/marshaller/commit/c792663))
198+
* Made a correction for marshalling strings to buest guess ([554f86d](https://github.com/wessberg/marshaller/commit/554f86d))
199+
200+
201+
202+
<a name="1.0.3"></a>
203+
## 1.0.3 (2017-04-26)
204+
205+
* 1.0.3 ([03dc3a1](https://github.com/wessberg/marshaller/commit/03dc3a1))
206+
* Added marshalling to/from symbol ([43ed7c1](https://github.com/wessberg/marshaller/commit/43ed7c1))
207+
208+
209+
210+
<a name="1.0.2"></a>
211+
## 1.0.2 (2017-04-24)
212+
213+
* 1.0.2 ([0cf7298](https://github.com/wessberg/marshaller/commit/0cf7298))
214+
* Updated README and a few typings. ([38738d3](https://github.com/wessberg/marshaller/commit/38738d3))
215+
216+
217+
218+
<a name="1.0.1"></a>
219+
## 1.0.1 (2017-04-23)
220+
221+
* 1.0.1 ([5bbffc4](https://github.com/wessberg/marshaller/commit/5bbffc4))
222+
* Added .idea to npmignore ([c9f198c](https://github.com/wessberg/marshaller/commit/c9f198c))
223+
* First commit ([d8ec92b](https://github.com/wessberg/marshaller/commit/d8ec92b))
224+
* Made the package scoped for private access ([807a605](https://github.com/wessberg/marshaller/commit/807a605))
225+
226+
227+

0 commit comments

Comments
 (0)