1 | <a name="3.0.3"></a>
|
2 | ## 3.0.3 (2016-08-26)
|
3 |
|
4 | ### Features
|
5 |
|
6 | * **ioc:** add event and support for fakes ([98fae41](https://github.com/poppinss/adonis-fold/commit/98fae41))
|
7 | * **providers:** add support for boot method ([f7157a4](https://github.com/poppinss/adonis-fold/commit/f7157a4))
|
8 |
|
9 |
|
10 | <a name="3.0.2"></a>
|
11 | ## 3.0.2 (2016-06-26)
|
12 |
|
13 |
|
14 | ### Bug Fixes
|
15 |
|
16 | * **Ioc:** do not transform output after calling hooks([8bc17ef](https://github.com/poppinss/adonis-fold/commit/8bc17ef))
|
17 |
|
18 |
|
19 | ### Features
|
20 |
|
21 | * **ioc:** add support for makePlain property([33ab0bf](https://github.com/poppinss/adonis-fold/commit/33ab0bf))
|
22 | * **ioc:** Ioc.extend to pass all args to manager extend method([082060c](https://github.com/poppinss/adonis-fold/commit/082060c))
|
23 | * **package.json:** Added commitizen([8a8fd3c](https://github.com/poppinss/adonis-fold/commit/8a8fd3c))
|
24 |
|
25 |
|
26 | ### Performance Improvements
|
27 |
|
28 | * **ioc,registerar:** triming namespaces and providers, improved var initialization for v8([c5e04ad](https://github.com/poppinss/adonis-fold/commit/c5e04ad))
|
29 |
|
30 |
|
31 |
|
32 | <a name="3.0.1"></a>
|
33 | ## 3.0.1 (2016-04-30)
|
34 |
|
35 |
|
36 | ### Bug Fixes
|
37 |
|
38 | * **Ioc:** do not transform output after calling hooks ([8bc17ef](https://github.com/poppinss/adonis-fold/commit/8bc17ef))
|
39 |
|
40 | ### Features
|
41 |
|
42 | * **ioc:** add support for makePlain property ([33ab0bf](https://github.com/poppinss/adonis-fold/commit/33ab0bf))
|
43 | * **package.json:** Added commitizen ([8a8fd3c](https://github.com/poppinss/adonis-fold/commit/8a8fd3c))
|
44 |
|
45 | ### Performance Improvements
|
46 |
|
47 | * **ioc,registerar:** triming namespaces and providers, improved var initialization for v8 ([c5e04ad](https://github.com/poppinss/adonis-fold/commit/c5e04ad))
|
48 |
|
49 |
|
50 |
|
51 | <a name="2.0.1"></a>
|
52 | ## 2.0.1 (2016-01-15)
|
53 |
|
54 | ### feat
|
55 |
|
56 | * feat(package.json): Added commitizen ([8a8fd3c](https://github.com/poppinss/adonis-fold/commit/8a8fd3c))
|
57 |
|
58 | ### refactor
|
59 |
|
60 | * refactor(ioc): Improved ioc extend method workflow ([47ffdb2](https://github.com/poppinss/adonis-fold/commit/47ffdb2))
|
61 |
|
62 | * Added debugging logs ([7fd661e](https://github.com/poppinss/adonis-fold/commit/7fd661e))
|
63 | * Added jshintrc and formatted files ([d584c82](https://github.com/poppinss/adonis-fold/commit/d584c82))
|
64 | * Added support to require node module from ioc container ([c067fcc](https://github.com/poppinss/adonis-fold/commit/c067fcc))
|
65 | * Added support to transform output using hooks from autoloaded paths ([247d87f](https://github.com/poppinss/adonis-fold/commit/247d87f))
|
66 | * Also made make global ([95285ec](https://github.com/poppinss/adonis-fold/commit/95285ec))
|
67 | * Also resolving alias from make method ([bda90f9](https://github.com/poppinss/adonis-fold/commit/bda90f9))
|
68 | * Exposed modules via index.js file and added readme ([217ad2c](https://github.com/poppinss/adonis-fold/commit/217ad2c))
|
69 | * Fixed makeFunc error where class name was printing as object ([6e177e6](https://github.com/poppinss/adonis-fold/commit/6e177e6))
|
70 | * Formatted source files and removed unnecessary files ([b3123ab](https://github.com/poppinss/adonis-fold/commit/b3123ab))
|
71 | * Improved make method ([ed0fa07](https://github.com/poppinss/adonis-fold/commit/ed0fa07))
|
72 | * Increased priority of alias over autoload in use method ([4c27a13](https://github.com/poppinss/adonis-fold/commit/4c27a13))
|
73 | * Made jshint happy and added houndci ([b156641](https://github.com/poppinss/adonis-fold/commit/b156641))
|
74 | * Made make also global ([9be6049](https://github.com/poppinss/adonis-fold/commit/9be6049))
|
75 | * Made use global and removed unwanted dependencies ([ed99dbb](https://github.com/poppinss/adonis-fold/commit/ed99dbb))
|
76 | * Merge 2.0 ([a260229](https://github.com/poppinss/adonis-fold/commit/a260229))
|
77 | * Moved logs from verbose to debug ([7299cfd](https://github.com/poppinss/adonis-fold/commit/7299cfd))
|
78 | * npm version bump ([6dd5180](https://github.com/poppinss/adonis-fold/commit/6dd5180))
|
79 | * refactor(readme,contributing,license): Added files important for github presence ([69a008f](https://github.com/poppinss/adonis-fold/commit/69a008f))
|
80 | * Removed hound and jshint with standardjs ([b350e46](https://github.com/poppinss/adonis-fold/commit/b350e46))
|
81 | * Removed Logger src and using cat-log instead & added aliases method to ioc ([5a536af](https://github.com/poppinss/adonis-fold/commit/5a536af))
|
82 | * Replaced debug with custom logger ([2179df7](https://github.com/poppinss/adonis-fold/commit/2179df7))
|
83 | * Sorry switched back to verbose mode (sorry is for git) ([ac30d8a](https://github.com/poppinss/adonis-fold/commit/ac30d8a))
|
84 | * Updated code annotations ([18a913c](https://github.com/poppinss/adonis-fold/commit/18a913c))
|
85 | * Updated npm ignore ([33b0d75](https://github.com/poppinss/adonis-fold/commit/33b0d75))
|
86 | * Updated package file and added MIT license ([3bfeb26](https://github.com/poppinss/adonis-fold/commit/3bfeb26))
|
87 | * Updated travis file and remove cz-changelog dependency ([50b7d46](https://github.com/poppinss/adonis-fold/commit/50b7d46))
|
88 | * v2 initial commit ([474575c](https://github.com/poppinss/adonis-fold/commit/474575c))
|