Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
* Refactoring code
* Added babel loose mode for better support of IE9 & IE10
  • Loading branch information
pgmanutd committed Jul 30, 2016
1 parent 3578340 commit 3277230
Show file tree
Hide file tree
Showing 28 changed files with 776 additions and 638 deletions.
2 changes: 1 addition & 1 deletion .babelrc
@@ -1,3 +1,3 @@
{
"presets": ["es2015"]
"presets": ["es2015-loose"],
}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,4 +2,8 @@

## 1.0.0

- Refactoring code, Added babel loose mode for better support of IE9 & IE10

## 1.0.0

- Initial Release
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -5,7 +5,7 @@ A logging library for browsers and nodejs environment. It replaces console's log
It creates a wrapper over all the console's logging functions and provide decorators for extending the basic functionalities.

#### Browsers and NodeJS Support (```ES5+```)
* ```IE9+```
* ```IE9+```: To support IE9 and IE10, Enabled loose mode in babel
* ```Chrome 5+```
* ```Firefox 4+```
* ```Safari 5+```
Expand Down

0 comments on commit 3277230

Please sign in to comment.