Skip to content

Commit 482bf32

Browse files
committed
version bump to 1.0.0
1 parent 18bfb40 commit 482bf32

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

CHANGELOG.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
11
# hiqdev/asset-packagist
22

3-
## [Under development]
3+
## [1.0.0] - 2018-05-23
44

5+
- Fixed XSS vulnerabilities ([@SilverFire])
6+
- Added patch version support for `bower-asset/angular` ([@hiqsol])
7+
- Added redirect to package page when its full name given ([@hiqsol])
58
- Refactored internals: RegistryFactory, Mutex <- Locker, logging ([@hiqsol], [@edgardmessias])
69
- Updated documentation ([@hiqsol], [@SilverFire], [@edgardmessias])
710
- Fixed use of `hidev` ([@hiqsol])
811
- Implemented package management using queues with [zhuravljov/yii2-queue] ([@SilverFire], [@edgardmessias], [@hiqsol], [@zhuravljov])
9-
- Improved look, moved search form to NavBar, added color by stability in package details page ([@hiqsol], [@SilverFire], [@tafid], [@edgardmessias])
12+
- Improved look, moved search form to NavBar, added color by stability in package details page ([@hiqsol], [@edgardmessias], [@SilverFire], [@tafid])
1013
- Added order for packages releases ([@edgardmessias], [@SilverFire])
1114
- Added `version_normalized` ([@SilverFire], [@edgardmessias])
1215
- Added providing `require` to support dependencies of bower/npm packages ([@hiqsol])
1316
- Added DB layer to store packages and their properties ([@SilverFire])
1417
- Added dependencies auto resolving for new packages ([@SilverFire])
1518
- Added automatic package avoiding for corrupted packages, enhanced error handling ([@SilverFire])
16-
- Fixed minor issues ([@SilverFire], [@edgardmessias], [@hiqsol], [[email protected]], [[email protected]])
19+
- Fixed minor issues ([@SilverFire], [@hiqsol], [[email protected]], [@edgardmessias], [[email protected]], [[email protected]])
1720

1821
## [0.1.0] - 2016-05-31
1922

@@ -46,3 +49,4 @@
4649
[[email protected]]: https://github.com/zhuravljov
4750
[Under development]: https://github.com/hiqdev/asset-packagist/compare/0.1.0...HEAD
4851
[0.1.0]: https://github.com/hiqdev/asset-packagist/releases/tag/0.1.0
52+
[1.0.0]: https://github.com/hiqdev/asset-packagist/compare/0.1.0...1.0.0

history.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# hiqdev/asset-packagist
22

3-
## [Under development]
3+
## [1.0.0] - 2018-05-23
44

55
- Fixed XSS vulnerabilities
66
- [92c0fd7] 2017-12-11 Fixed XSS vulnerabilities [@SilverFire]
@@ -59,7 +59,7 @@
5959
- [bc20b98] 2016-11-30 Fixed typo [@SilverFire]
6060
- Improved look, moved search form to NavBar, added color by stability in package details page
6161
- [d428eef] 2017-05-27 added require yii2-hiart-librariesio and yii2-hiart-guzzle [@hiqsol]
62-
- [2ec9f08] 2017-05-27 Merge pull request #52 from edgardmessias/improved_search [@hiqsol]
62+
- [2ec9f08] 2017-05-27 Merge pull request #52 from `edgardmessias/improved_search` [@hiqsol]
6363
- [b9972eb] 2017-05-24 Added image by platform in result search [@edgardmessias]
6464
- [9f04bf5] 2017-05-24 Added "Powered by libraries.io" [@edgardmessias]
6565
- [3511c98] 2017-05-23 Improved Search using libraries.io (Close #36) [@edgardmessias]
@@ -113,10 +113,11 @@
113113
- [bdc0fb1] 2017-04-26 Enhanced package info displaying [@SilverFire]
114114
- [1c947e1] 2017-04-26 Bootstarap log module [@SilverFire]
115115
- Fixed minor issues
116+
- [18bfb40] 2018-05-23 Updated changelogs [@SilverFire]
116117
- [ea55b5c] 2017-06-30 switched icons to fixed weight fontawesome [@hiqsol]
117118
- [8a5882e] 2017-06-30 csfixed [@hiqsol]
118119
- [a5f52c5] 2017-06-30 added AppAsset to be registered by themeManager at startup [@hiqsol]
119-
- [f4dc2fc] 2017-06-16 Merge pull request #56 from anyt/add_license_information_to_package_info [@hiqsol]
120+
- [f4dc2fc] 2017-06-16 Merge pull request #56 from `anyt/add_license_information_to_package_info` [@hiqsol]
120121
- [b2c50d1] 2017-06-15 Added license information to package info. [[email protected]]
121122
- [38e5b4b] 2017-05-27 added icon for License at _search_item [@hiqsol]
122123
- [8ea9f6b] 2017-05-27 redone to use `yii2-hiart-librariesio` [@hiqsol]
@@ -539,3 +540,5 @@
539540
[b9972eb]: https://github.com/hiqdev/asset-packagist/commit/b9972eb
540541
[9f04bf5]: https://github.com/hiqdev/asset-packagist/commit/9f04bf5
541542
[3511c98]: https://github.com/hiqdev/asset-packagist/commit/3511c98
543+
[18bfb40]: https://github.com/hiqdev/asset-packagist/commit/18bfb40
544+
[1.0.0]: https://github.com/hiqdev/asset-packagist/compare/0.1.0...1.0.0

version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
asset-packagist dev-0.1.0-88b96a6 2018-05-23 13:08:28 +0000 88b96a62cda53e6b0c55ea072c9a6c6ad2d266a8
1+
asset-packagist 1.0.0 2018-05-23 17:25:05 +0300 18bfb4062763153c3c1179e2fb9561a2d932d39c

0 commit comments

Comments
 (0)