Skip to content

Commit 6b7cf91

Browse files
committed
Release 3.0.0
1 parent 1a14ea6 commit 6b7cf91

File tree

4 files changed

+43
-6
lines changed

4 files changed

+43
-6
lines changed

CHANGELOG.md

+37
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
<a name="3.0.0"></a>
2+
# 3.0.0 (2016-05-01)
3+
4+
* Add .skin method ([ac1a16d](https://github.com/achohq/acho/commit/ac1a16d))
5+
* Add docs ([822b697](https://github.com/achohq/acho/commit/822b697))
6+
* Add experimental RFC5424 levels ([37661c4](https://github.com/achohq/acho/commit/37661c4))
7+
* Add repeat polyfill ([b2a3337](https://github.com/achohq/acho/commit/b2a3337))
8+
* Add testing dependency ([1a14ea6](https://github.com/achohq/acho/commit/1a14ea6))
9+
* Add timestamp ([8dc0d20](https://github.com/achohq/acho/commit/8dc0d20))
10+
* Add uppercase param ([41fd01c](https://github.com/achohq/acho/commit/41fd01c))
11+
* Correctly indent context ([1fe6f9b](https://github.com/achohq/acho/commit/1fe6f9b))
12+
* Disable timestamp by default ([efbc12f](https://github.com/achohq/acho/commit/efbc12f))
13+
* Expand example ([5cef0cd](https://github.com/achohq/acho/commit/5cef0cd))
14+
* Fix links references ([e08da90](https://github.com/achohq/acho/commit/e08da90))
15+
* Fix output boolean values ([e320e95](https://github.com/achohq/acho/commit/e320e95))
16+
* Fix tests ([8a36b70](https://github.com/achohq/acho/commit/8a36b70))
17+
* Fix typo ([25dcbc7](https://github.com/achohq/acho/commit/25dcbc7))
18+
* Fix typo ([81631e9](https://github.com/achohq/acho/commit/81631e9))
19+
* Improve color style ([786810e](https://github.com/achohq/acho/commit/786810e))
20+
* Little refactor ([2664f02](https://github.com/achohq/acho/commit/2664f02))
21+
* Move CLI types out of the project ([d02b6a2](https://github.com/achohq/acho/commit/d02b6a2))
22+
* move repository references ([f481011](https://github.com/achohq/acho/commit/f481011))
23+
* output correctly align and context ([ed1e454](https://github.com/achohq/acho/commit/ed1e454))
24+
* Refactor tests ([91cbdc9](https://github.com/achohq/acho/commit/91cbdc9))
25+
* Reorganize examples ([305f8e5](https://github.com/achohq/acho/commit/305f8e5))
26+
* Separate align from separator ([671b472](https://github.com/achohq/acho/commit/671b472))
27+
* Separate cli mode from logging levels ([585423a](https://github.com/achohq/acho/commit/585423a))
28+
* silent → muted ([c317250](https://github.com/achohq/acho/commit/c317250))
29+
* Support Error serialization ([0064885](https://github.com/achohq/acho/commit/0064885))
30+
* Update docs ([2e29c7f](https://github.com/achohq/acho/commit/2e29c7f))
31+
* Update example ([209a142](https://github.com/achohq/acho/commit/209a142))
32+
* Update examples ([da0bba5](https://github.com/achohq/acho/commit/da0bba5))
33+
* WIP ([0146df6](https://github.com/achohq/acho/commit/0146df6))
34+
* chore(package): update existential-default to version 1.2.1 ([fc88993](https://github.com/achohq/acho/commit/fc88993))
35+
36+
37+
138
<a name="2.8.0"></a>
239
# 2.8.0 (2016-04-22)
340

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "acho",
33
"description": "An extremely simple (but powerful) logging system for NodeJS and browser.",
44
"homepage": "https://github.com/achohq/acho",
5-
"version": "2.8.0",
5+
"version": "3.0.0",
66
"main": "dist/acho.js",
77
"author": {
88
"name": "Kiko Beats"

dist/acho.js

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "acho",
33
"description": "An extremely simple (but powerful) logging system for NodeJS and browser.",
44
"homepage": "https://github.com/achohq/acho",
5-
"version": "2.8.0",
5+
"version": "3.0.0",
66
"main": "./index.js",
77
"author": {
88
"name": "Kiko Beats",

0 commit comments

Comments
 (0)