You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+81-38
Original file line number
Diff line number
Diff line change
@@ -22,27 +22,50 @@ This is a work in progress and is not ready for production, use with care, the A
22
22
23
23
2. Add the `angular2-logger` library to your app. If you are following the [Angular 2's Quickstart Guide](https://angular.io/docs/ts/latest/quickstart.html) it should be something like this:
24
24
25
-
<!-- IE required polyfills, in this exact order -->
Filing issues is helpful but **pull requests** are even better!
@@ -160,16 +196,23 @@ They are too long so try to keep up, here we go:
160
196
Done.
161
197
162
198
## TODOs
163
-
- <del>Add a `Level.OFF` that turns off the logger</del>.
164
-
- <del>Support different loaders and modes</del>.
165
-
- <del>Add a basic demo.</del>
166
-
- <del>Minify bundle.</del>
167
-
- Ability to add logging time to the messages.
168
-
- Lazy Logging.
169
-
- Appenders.
170
-
- Support named loggers.
171
-
- Message Layout Feature.
172
-
- No coding required Dashboard UI to handle loggers.
199
+
-[x] Add a `Level.OFF` that turns off the logger.
200
+
-[x] Support different loaders and modes.
201
+
-[x] Add a basic demo.
202
+
-[x] Minify bundle.
203
+
-[ ] Ability to add logging time to the messages.
204
+
-[ ] Lazy Logging.
205
+
-[ ] Appenders.
206
+
-[ ] Support named loggers.
207
+
-[ ] Message Layout Feature.
208
+
-[ ] No coding required Dashboard UI to handle loggers.
209
+
210
+
## Breaking changes on 0.4.0
211
+
The codebase was updated to handle the breaking changes on Angular2's Release Candidate 5.
212
+
**Make sure you don't upgrade to this version if you haven't upgraded Angular2 to at least `2.0.0-rc.5`**
213
+
214
+
- Quickstart guide now follows the pattern in Angular 2's Quickstart to add the references to other libs in `systemjs.config.js`.
215
+
However if you still want to do it the old way by adding the system bundle, you can still do so, except now its called `bundles/angular2-logger.sys.min.js`.
173
216
174
217
## Breaking changes on 0.3.0
175
218
The codebase was updated to handle the breaking changes on Angular2's Release Candidate.
@@ -181,4 +224,4 @@ The setup changed a bit to make it easier so make sure you follow up the new Qui
0 commit comments