Skip to content

Commit 383e494

Browse files
committed
Updated changelog
1 parent 257eb43 commit 383e494

File tree

3 files changed

+294
-119
lines changed

3 files changed

+294
-119
lines changed

CHANGELOG.md

+29-13
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,37 @@ hiqdev/asset-packagist commits history
33

44
## [Under development]
55

6-
- Added providing `require` to support dependencies of bower/npm packages
7-
- Fixed different issues
8-
- Added more description
6+
- Added DB layer to store packages and their properties ([@SilverFire])
7+
- Implemented package management using queues ([@SilverFire], [zhuravljov@gmail.com])
8+
- Added dependencies auto resolving for new packages ([@SilverFire])
9+
- Added automatic package avoiding for corrupted packages, enhanced error handling ([@SilverFire])
10+
- Updated documentation ([@hiqsol], [@SilverFire], [edgardmessias@gmail.com])
11+
- Fixed sources to follow `fxp/composer-asset-plugin` API changes ([@SilverFire])
12+
- Added providing `require` to support dependencies of bower/npm packages ([@hiqsol])
13+
- Fixed different issues ([@hiqsol], [et.coder@gmail.com], [@SilverFire], [edgardmessias@gmail.com], [jo@surikat.pro])
914

1015
## [0.1.0] - 2016-05-31
1116

12-
- Fixed minor issues for first release
13-
- Implemented package details page
14-
- Added and improved texts and package description
15-
- Added Top-1000 Bower packages
16-
- Changed: rearranged config files to new scheme
17-
- Changed: redone to `hiqdev/asset-packagist`
18-
- Added list operations
19-
- Added search
20-
- Chandged: redone with `Storage` and `Locker`
21-
- Added basics
17+
- Fixed minor issues for first release ([@hiqsol], [sam@rmcreative.ru])
18+
- Implemented package details page ([@SilverFire])
19+
- Added and improved texts and package description ([@hiqsol], [@SilverFire])
20+
- Added Top-1000 Bower packages ([@SilverFire], [@hiqsol])
21+
- Changed: rearranged config files to new scheme ([@hiqsol])
22+
- Changed: redone to `hiqdev/asset-packagist` ([@hiqsol])
23+
- Added list operations ([@hiqsol])
24+
- Added search ([@hiqsol])
25+
- Chandged: redone with `Storage` and `Locker` ([@hiqsol])
26+
- Added basics ([@hiqsol])
2227

2328
## [Development started] - 2016-04-02
29+
30+
[@hiqsol]: https://github.com/hiqsol
31+
[sol@hiqdev.com]: https://github.com/hiqsol
32+
[@SilverFire]: https://github.com/SilverFire
33+
[d.naumenko.a@gmail.com]: https://github.com/SilverFire
34+
[@tafid]: https://github.com/tafid
35+
[andreyklochok@gmail.com]: https://github.com/tafid
36+
[@BladeRoot]: https://github.com/BladeRoot
37+
[bladeroot@gmail.com]: https://github.com/BladeRoot
38+
[Under development]: https://github.com/hiqdev/asset-packagist/compare/0.1.0...HEAD
39+
[0.1.0]: https://github.com/hiqdev/asset-packagist/releases/tag/0.1.0

chkipper.json

+31-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
11
{
2-
"name": "hiqdev/asset-packagist"
2+
"name": "hiqdev/asset-packagist",
3+
"authors": {
4+
"hiqsol": {
5+
"name": "Andrii Vasyliev",
6+
"role": "Project lead",
7+
"email": "sol@hiqdev.com",
8+
"github": "https://github.com/hiqsol",
9+
"homepage": "http://hipanel.com/"
10+
},
11+
"SilverFire": {
12+
"name": "Dmitry Naumenko",
13+
"role": "Lead backend developer",
14+
"email": "d.naumenko.a@gmail.com",
15+
"github": "https://github.com/SilverFire",
16+
"homepage": "http://silverfire.me/"
17+
},
18+
"tafid": {
19+
"name": "Andrey Klochok",
20+
"role": "Lead frontend developer",
21+
"email": "andreyklochok@gmail.com",
22+
"github": "https://github.com/tafid",
23+
"homepage": "http://hiqdev.com/"
24+
},
25+
"BladeRoot": {
26+
"name": "Yuriy Myronchuk",
27+
"role": "QA Lead",
28+
"email": "bladeroot@gmail.com",
29+
"github": "https://github.com/BladeRoot",
30+
"homepage": "http://hiqdev.com/"
31+
}
32+
}
333
}

0 commit comments

Comments
 (0)