File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change
1
+ <a name =" 0.2.3 " ></a >
2
+ ## 0.2.3 (2016-09-17)
3
+
4
+
5
+ ### Bug Fixes
6
+
7
+ * default message is empty string ([ 5e7eff0] ( https://github.com/adoyle-h/Ero.js/commit/5e7eff0 ) )
8
+ * default value of template prop is missing ([ 37bc27d] ( https://github.com/adoyle-h/Ero.js/commit/37bc27d ) )
9
+ * error stack missing message ([ 1827cd9] ( https://github.com/adoyle-h/Ero.js/commit/1827cd9 ) )
10
+ * error.stack can be reassigned ([ 2d88e5e] ( https://github.com/adoyle-h/Ero.js/commit/2d88e5e ) )
11
+ * local config missing ([ 033a45b] ( https://github.com/adoyle-h/Ero.js/commit/033a45b ) )
12
+ * the judgement to error parameter ([ 8d97fc5] ( https://github.com/adoyle-h/Ero.js/commit/8d97fc5 ) )
13
+
14
+
15
+ ### Features
16
+
17
+ * refactoring Ero to be a class, no longer be singleton ([ 7c25daf] ( https://github.com/adoyle-h/Ero.js/commit/7c25daf ) )
18
+
19
+
20
+
1
21
<a name =" 0.2.2 " ></a >
2
22
## 0.2.2 (2016-08-15)
3
23
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ero" ,
3
- "version" : " 0.2.2 " ,
3
+ "version" : " 0.2.3 " ,
4
4
"description" : " An error library provides simple functions for building your own customized errors." ,
5
5
"main" : " index.js" ,
6
6
"keywords" : [
You can’t perform that action at this time.
0 commit comments