Skip to content

Commit 609f704

Browse files
committed
version bump to 0.6.0
1 parent e6fafe2 commit 609f704

File tree

3 files changed

+110
-8
lines changed

3 files changed

+110
-8
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# hiqdev/hidev
22

3-
## [Under development]
3+
## [0.6.0] - 2017-05-12
44

5+
- Renamed to `console` from controllers ([@hiqsol])
6+
- Added `dump` commands ([@hiqsol])
7+
- Fixed loading `env` ([@hiqsol])
8+
- Added `Directory` component ([@hiqsol], [edgardmessias@gmail.com])
9+
- Added page with plugins table ([@hiqsol])
10+
- Fixed tests ([@hiqsol])
511
- Improved version management ([@hiqsol])
612
- Fixed runtime dir to `@root/.hidev/runtime` ([@hiqsol])
713
- Refactored goals, split into controllers and components ([@hiqsol])
@@ -305,3 +311,4 @@
305311
[0.0.1]: https://github.com/hiqdev/hidev/releases/tag/0.0.1
306312
[0.5.1]: https://github.com/hiqdev/hidev/compare/0.5.0...0.5.1
307313
[0.5.2]: https://github.com/hiqdev/hidev/compare/0.5.1...0.5.2
314+
[0.6.0]: https://github.com/hiqdev/hidev/compare/0.5.2...0.6.0

history.md

+101-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,61 @@
11
# hiqdev/hidev
22

3-
## [Under development]
4-
3+
## [0.6.0] - 2017-05-12
4+
5+
- Renamed to `console` from controllers
6+
- [e6fafe2] 2017-05-12 added require `common` in Starter::requireAll [@hiqsol]
7+
- [056636d] 2017-05-11 docs [@hiqsol]
8+
- [6d7979c] 2017-05-11 still moving to `console` <- controllers [@hiqsol]
9+
- [ac2af31] 2017-05-11 csfixed [@hiqsol]
10+
- [2cac0a2] 2017-05-11 changed couldnt read file to warning [@hiqsol]
11+
- [5507f71] 2017-05-10 still moving to `console` <- controllers [@hiqsol]
12+
- [0621edb] 2017-05-08 renamed `console` <- controllers [@hiqsol]
13+
- [54b8af9] 2017-05-08 docs [@hiqsol]
14+
- [da50b2a] 2017-05-08 docs [@hiqsol]
15+
- [89dab62] 2017-05-08 csfixed [@hiqsol]
16+
- [b5bfa86] 2017-05-08 removed attic [@hiqsol]
17+
- [bf9d29d] 2017-05-08 added Command component [@hiqsol]
18+
- [a1acae7] 2017-05-08 fixed list of vcsignored files [@hiqsol]
19+
- Added `dump` commands
20+
- [420db4a] 2017-05-05 added dump controller [@hiqsol]
21+
- [f53f7d7] 2017-05-05 revived GithubController [@hiqsol]
22+
- [85c261f] 2017-05-05 docs [@hiqsol]
23+
- [88acb8d] 2017-05-05 csfixed [@hiqsol]
24+
- [87bdd53] 2017-05-04 renamed action `dump/component` <- dump/index [@hiqsol]
25+
- [0d77deb] 2017-04-30 improved dump controller [@hiqsol]
26+
- [7c82e9e] 2017-04-27 added dumping components [@hiqsol]
27+
- [addbdc0] 2017-04-26 improved dump [@hiqsol]
28+
- [bce0064] 2017-04-26 revived `dump` and `help` [@hiqsol]
29+
- Fixed loading `env`
30+
- [3e9b4b2] 2017-05-07 added .env to vcsignore [@hiqsol]
31+
- [94c1006] 2017-05-04 fixed loading `.env` [@hiqsol]
32+
- [78e4efa] 2017-05-04 fixed directory creation and modification [@hiqsol]
33+
- [6c4739a] 2017-05-04 removed Interpolator singleton configuration [@hiqsol]
34+
- [2a8094d] 2017-05-04 added interpolation and loadEnv in Starter [@hiqsol]
35+
- Added `Directory` component
36+
- [fbc8faa] 2017-05-11 Merge pull request #2 from edgardmessias/patch-1 [@hiqsol]
37+
- [ee7d517] 2017-05-11 Fixed Directory class [edgardmessias@gmail.com]
38+
- [867a34c] 2017-05-08 still renaming `File` <- ConfigFile [@hiqsol]
39+
- [3931e5f] 2017-05-08 moved File and Directory to components [@hiqsol]
40+
- [cf925b1] 2017-05-08 added actions to CommonController with `CommonAction` [@hiqsol]
41+
- [51fc386] 2017-05-08 renamed ConfigFile to `components/File` [@hiqsol]
42+
- [48aefa2] 2017-05-04 added Directory component, not tested [@hiqsol]
43+
- Added page with plugins table
44+
- [c47496c] 2017-05-05 added nginx and webapp to list of plugins [@hiqsol]
45+
- [af3cd24] 2017-05-03 added plugins table [@hiqsol]
46+
- [fb5463d] 2017-05-03 doc [@hiqsol]
47+
- [af46775] 2017-05-03 doc [@hiqsol]
48+
- [eb7c3fa] 2017-05-03 improved `git/push` to push together with tags [@hiqsol]
49+
- [2f71f65] 2017-05-03 fixed travis config generation [@hiqsol]
50+
- [1d1b5f1] 2017-05-03 added runActions and isResponseOk to base Controller [@hiqsol]
51+
- Fixed tests
52+
- [ea0e143] 2017-05-03 fixed test for CommonController [@hiqsol]
553
- [fc0d467] 2017-05-01 csfixed [@hiqsol]
654
- [a0f8ddb] 2017-05-01 added license unit test suite [@hiqsol]
755
- Improved version management
56+
- [2e5b925] 2017-05-06 fixed version calculation again [@hiqsol]
57+
- [e5d6f90] 2017-05-03 fixing version management [@hiqsol]
58+
- [73cf89d] 2017-05-03 renamed getVersion -> getRelease [@hiqsol]
859
- [85046c8] 2017-05-03 fixed version management [@hiqsol]
960
- [958fffa] 2017-05-02 fixing version management [@hiqsol]
1061
- Fixed runtime dir to `@root/.hidev/runtime`
@@ -20,7 +71,6 @@
2071
- [20c8dd5] 2017-04-30 fixing runtime dir [@hiqsol]
2172
- [4f50c7c] 2017-04-30 fixed saving vcsignore [@hiqsol]
2273
- [cfbca0a] 2017-04-30 fixed getting namespace [@hiqsol]
23-
- [0d77deb] 2017-04-30 improved dump controller [@hiqsol]
2474
- [aaa1c33] 2017-04-29 added Binaries component to tests config [@hiqsol]
2575
- [3774ff4] 2017-04-29 docs [@hiqsol]
2676
- [f0ba289] 2017-04-29 fixed merging controllerMap [@hiqsol]
@@ -48,16 +98,15 @@
4898
- [bb64fa9] 2017-04-27 added git/vcs/ignore components [@hiqsol]
4999
- [6153121] 2017-04-27 added `GettersTrait` [@hiqsol]
50100
- [3fb2148] 2017-04-27 REDOING goals to components [@hiqsol]
51-
- [7c82e9e] 2017-04-27 added dumping components [@hiqsol]
52101
- [ebd33bc] 2017-04-27 moved Interpolator to base [@hiqsol]
53102
- [3560f9e] 2017-04-27 somewhere in the middle [@hiqsol]
54103
- [5146fef] 2017-04-27 added CommonBehavior [@hiqsol]
55104
- [6c33229] 2017-04-26 renamed `controllers/Collection` <- Config [@hiqsol]
56-
- [addbdc0] 2017-04-26 improved dump [@hiqsol]
57-
- [bce0064] 2017-04-26 revived `dump` and `help` [@hiqsol]
58105
- [e04966e] 2017-04-26 added AliasController [@hiqsol]
59106
- [3b2dee9] 2017-04-26 changed to `controllerMap` removed config component [@hiqsol]
60107
- Refactored hidev initialization with `Starter`
108+
- [889408f] 2017-05-08 fixed doubled addAutoloaded [@hiqsol]
109+
- [572ce64] 2017-05-05 added adding autoloader in Starter [@hiqsol]
61110
- [eb7b4e8] 2017-04-29 redone init controller [@hiqsol]
62111
- [f360b93] 2017-04-29 redoing template for init hidev.yml [@hiqsol]
63112
- [401ff56] 2017-04-29 removed Starter::addAutoloader [@hiqsol]
@@ -74,6 +123,7 @@
74123
- Added `setExtraConfig` providing set extra container configuration
75124
- [0021373] 2017-04-21 added setExtraContainer [@hiqsol]
76125
- Fixed problem with reading file from vendor when run as PHAR by creating full paths
126+
- [1645e7b] 2017-05-05 fixed phar version to work [@hiqsol]
77127
- [5024455] 2017-04-20 fixed problem with reading file from vendor when run as phar by creating full paths [@hiqsol]
78128
- [c2ee93d] 2017-04-20 fixing strange bug [@hiqsol]
79129

@@ -1505,3 +1555,48 @@
15051555
[958fffa]: https://github.com/hiqdev/hidev/commit/958fffa
15061556
[de9b4ee]: https://github.com/hiqdev/hidev/commit/de9b4ee
15071557
[85046c8]: https://github.com/hiqdev/hidev/commit/85046c8
1558+
[e6fafe2]: https://github.com/hiqdev/hidev/commit/e6fafe2
1559+
[056636d]: https://github.com/hiqdev/hidev/commit/056636d
1560+
[6d7979c]: https://github.com/hiqdev/hidev/commit/6d7979c
1561+
[ac2af31]: https://github.com/hiqdev/hidev/commit/ac2af31
1562+
[2cac0a2]: https://github.com/hiqdev/hidev/commit/2cac0a2
1563+
[fbc8faa]: https://github.com/hiqdev/hidev/commit/fbc8faa
1564+
[ee7d517]: https://github.com/hiqdev/hidev/commit/ee7d517
1565+
[5507f71]: https://github.com/hiqdev/hidev/commit/5507f71
1566+
[889408f]: https://github.com/hiqdev/hidev/commit/889408f
1567+
[0621edb]: https://github.com/hiqdev/hidev/commit/0621edb
1568+
[54b8af9]: https://github.com/hiqdev/hidev/commit/54b8af9
1569+
[da50b2a]: https://github.com/hiqdev/hidev/commit/da50b2a
1570+
[89dab62]: https://github.com/hiqdev/hidev/commit/89dab62
1571+
[b5bfa86]: https://github.com/hiqdev/hidev/commit/b5bfa86
1572+
[867a34c]: https://github.com/hiqdev/hidev/commit/867a34c
1573+
[3931e5f]: https://github.com/hiqdev/hidev/commit/3931e5f
1574+
[cf925b1]: https://github.com/hiqdev/hidev/commit/cf925b1
1575+
[51fc386]: https://github.com/hiqdev/hidev/commit/51fc386
1576+
[bf9d29d]: https://github.com/hiqdev/hidev/commit/bf9d29d
1577+
[a1acae7]: https://github.com/hiqdev/hidev/commit/a1acae7
1578+
[3e9b4b2]: https://github.com/hiqdev/hidev/commit/3e9b4b2
1579+
[2e5b925]: https://github.com/hiqdev/hidev/commit/2e5b925
1580+
[1645e7b]: https://github.com/hiqdev/hidev/commit/1645e7b
1581+
[572ce64]: https://github.com/hiqdev/hidev/commit/572ce64
1582+
[420db4a]: https://github.com/hiqdev/hidev/commit/420db4a
1583+
[f53f7d7]: https://github.com/hiqdev/hidev/commit/f53f7d7
1584+
[c47496c]: https://github.com/hiqdev/hidev/commit/c47496c
1585+
[85c261f]: https://github.com/hiqdev/hidev/commit/85c261f
1586+
[88acb8d]: https://github.com/hiqdev/hidev/commit/88acb8d
1587+
[94c1006]: https://github.com/hiqdev/hidev/commit/94c1006
1588+
[87bdd53]: https://github.com/hiqdev/hidev/commit/87bdd53
1589+
[78e4efa]: https://github.com/hiqdev/hidev/commit/78e4efa
1590+
[6c4739a]: https://github.com/hiqdev/hidev/commit/6c4739a
1591+
[2a8094d]: https://github.com/hiqdev/hidev/commit/2a8094d
1592+
[48aefa2]: https://github.com/hiqdev/hidev/commit/48aefa2
1593+
[af3cd24]: https://github.com/hiqdev/hidev/commit/af3cd24
1594+
[fb5463d]: https://github.com/hiqdev/hidev/commit/fb5463d
1595+
[af46775]: https://github.com/hiqdev/hidev/commit/af46775
1596+
[eb7c3fa]: https://github.com/hiqdev/hidev/commit/eb7c3fa
1597+
[e5d6f90]: https://github.com/hiqdev/hidev/commit/e5d6f90
1598+
[73cf89d]: https://github.com/hiqdev/hidev/commit/73cf89d
1599+
[2f71f65]: https://github.com/hiqdev/hidev/commit/2f71f65
1600+
[1d1b5f1]: https://github.com/hiqdev/hidev/commit/1d1b5f1
1601+
[ea0e143]: https://github.com/hiqdev/hidev/commit/ea0e143
1602+
[0.6.0]: https://github.com/hiqdev/hidev/compare/0.5.2...0.6.0

version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
hidev dev-2017-85046c8 2017-05-03 09:35:33 +0200 85046c8ccb216e920aa98d46f45c4ea62f9e2201
1+
hidev 0.6.0 2017-05-12 14:53:02 +0200 e6fafe23c4520fb752cbcc31d21ceba282f5b59c

0 commit comments

Comments
 (0)