-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(changelog): add conventional changelog
- Loading branch information
Showing
1 changed file
with
117 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,117 @@ | ||
<a name="0.6.0"></a> | ||
# [0.6.0](https://github.com/bleenco/morose/compare/v0.5.0...v0.6.0) (2017-06-06) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* changes after code review ([0af3488](https://github.com/bleenco/morose/commit/0af3488)) | ||
* **package-iu:** show appropiate readme file ([0f02fcb](https://github.com/bleenco/morose/commit/0f02fcb)) | ||
* **random-packages:** random packages on landing page ([d026f92](https://github.com/bleenco/morose/commit/d026f92)) | ||
|
||
|
||
### Features | ||
|
||
* npm unpublish ([9d50fc4](https://github.com/bleenco/morose/commit/9d50fc4)) | ||
* **search:** fuzzy package search ([c943e93](https://github.com/bleenco/morose/commit/c943e93)) | ||
* **version:** print correct version in footer ([04a85de](https://github.com/bleenco/morose/commit/04a85de)) | ||
|
||
|
||
|
||
<a name="0.5.0"></a> | ||
# [0.5.0](https://github.com/bleenco/morose/compare/v0.0.3...v0.5.0) (2017-06-02) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **api-server:** fix observables timeInterval ([7a9ff42](https://github.com/bleenco/morose/commit/7a9ff42)) | ||
* **auth:** fix authentication issues ([3c97644](https://github.com/bleenco/morose/commit/3c97644)) | ||
* **auth-headers:** add custom interface for AuthResp ([190e2eb](https://github.com/bleenco/morose/commit/190e2eb)) | ||
* **bin:** fix path to bin ([9616a59](https://github.com/bleenco/morose/commit/9616a59)) | ||
* **build:** set auth service to public in header ([422909c](https://github.com/bleenco/morose/commit/422909c)) | ||
* **index.html:** fix path to index.html ([d8ced58](https://github.com/bleenco/morose/commit/d8ced58)) | ||
* **install:** save tarballs to correct location ([b4c9f65](https://github.com/bleenco/morose/commit/b4c9f65)) | ||
* **package:** fix path to tarball when performing install ([e2b5587](https://github.com/bleenco/morose/commit/e2b5587)) | ||
* **package:** get data compatible with npm install ([388eec4](https://github.com/bleenco/morose/commit/388eec4)) | ||
* **pkg-versions:** update versions from upstream if not found on morose ([8d09b75](https://github.com/bleenco/morose/commit/8d09b75)) | ||
* **publish:** make publish work again ([1041a24](https://github.com/bleenco/morose/commit/1041a24)) | ||
* **route:** get random packages ([91a95f9](https://github.com/bleenco/morose/commit/91a95f9)) | ||
* **routes:** fix web routing ([374fa28](https://github.com/bleenco/morose/commit/374fa28)) | ||
* init package.json for published package ([a508b63](https://github.com/bleenco/morose/commit/a508b63)) | ||
* **routes:** update app routes ([be06ca8](https://github.com/bleenco/morose/commit/be06ca8)) | ||
* **scoped-packages:** fix scoped packages installation ([f838d6a](https://github.com/bleenco/morose/commit/f838d6a)) | ||
* **server:** fix parameter bug ([de8c400](https://github.com/bleenco/morose/commit/de8c400)) | ||
* bug fix for user tests. ([95badbe](https://github.com/bleenco/morose/commit/95badbe)) | ||
* **sockets:** make sockets work again ([2f61860](https://github.com/bleenco/morose/commit/2f61860)) | ||
* added verification for package names ([57c7c75](https://github.com/bleenco/morose/commit/57c7c75)) | ||
* find scoped packages when installing ([a3202e6](https://github.com/bleenco/morose/commit/a3202e6)) | ||
* fix scoped packages ([5b7495d](https://github.com/bleenco/morose/commit/5b7495d)) | ||
* **stats:** fix stats ([d59ce6e](https://github.com/bleenco/morose/commit/d59ce6e)) | ||
* **upstream:** fix how proxy handles versions ([2eceba7](https://github.com/bleenco/morose/commit/2eceba7)) | ||
* init auth.json file ([d7f5069](https://github.com/bleenco/morose/commit/d7f5069)) | ||
* npm publish new version fix and added test for installing previous version. ([0341928](https://github.com/bleenco/morose/commit/0341928)) | ||
* publishing package ([725b4ed](https://github.com/bleenco/morose/commit/725b4ed)) | ||
* serve packages correctly from proxy server ([dbd0cf5](https://github.com/bleenco/morose/commit/dbd0cf5)) | ||
|
||
|
||
### Features | ||
|
||
* added authentication structure ([031206a](https://github.com/bleenco/morose/commit/031206a)) | ||
* Added routes for npm owner, authenitaction for npm install, npm publish and some changes in authentication structure ([7479cf9](https://github.com/bleenco/morose/commit/7479cf9)) | ||
* npm access ([4ac9365](https://github.com/bleenco/morose/commit/4ac9365)) | ||
* **line-chart:** random data ([7563870](https://github.com/bleenco/morose/commit/7563870)) | ||
* npm deprecate ([34ddfea](https://github.com/bleenco/morose/commit/34ddfea)) | ||
* Npm publish private packages ([fad1799](https://github.com/bleenco/morose/commit/fad1799)) | ||
* **background:** render background on resize ([37d71d1](https://github.com/bleenco/morose/commit/37d71d1)) | ||
* npm star and npm unstar ([ffd2639](https://github.com/bleenco/morose/commit/ffd2639)) | ||
* **dropdown:** dropdown navigation menu ([187d377](https://github.com/bleenco/morose/commit/187d377)) | ||
* npm stars ([5619b8a](https://github.com/bleenco/morose/commit/5619b8a)) | ||
* npm whoami ([e582147](https://github.com/bleenco/morose/commit/e582147)) | ||
* publish and install commands ([b4f3428](https://github.com/bleenco/morose/commit/b4f3428)) | ||
* Server functions for managing authentications and permissions ([198ae96](https://github.com/bleenco/morose/commit/198ae96)) | ||
* **login:** login impl, header, logout ([aa0a240](https://github.com/bleenco/morose/commit/aa0a240)) | ||
* version 0.1.0, (download exact version, refactor cli) ([c4f0bed](https://github.com/bleenco/morose/commit/c4f0bed)) | ||
* **app:** implement search on web and add some styling to it ([516c0f9](https://github.com/bleenco/morose/commit/516c0f9)) | ||
* **app:** package details ([06dd617](https://github.com/bleenco/morose/commit/06dd617)) | ||
* **auth:** auth implementation ([002946f](https://github.com/bleenco/morose/commit/002946f)) | ||
* **e2e:** e2e tests runner ([dba9504](https://github.com/bleenco/morose/commit/dba9504)) | ||
* **landing:** landing page ([698fa66](https://github.com/bleenco/morose/commit/698fa66)) | ||
* **line-chart:** initial line-chart component ([7e35398](https://github.com/bleenco/morose/commit/7e35398)) | ||
* **line-chart:** server load average init impl ([6b91c82](https://github.com/bleenco/morose/commit/6b91c82)) | ||
* **markdown:** markdown pipe ([0b1d45b](https://github.com/bleenco/morose/commit/0b1d45b)) | ||
* **multiple:** authentication, fs utils, helper utilities, login, logout ([b12bb57](https://github.com/bleenco/morose/commit/b12bb57)) | ||
* **network:** net utilization implementation ([5dc44ea](https://github.com/bleenco/morose/commit/5dc44ea)) | ||
* **network:** network utilization charts ([3db4529](https://github.com/bleenco/morose/commit/3db4529)) | ||
* **network:** network utilization initial component ([14457e7](https://github.com/bleenco/morose/commit/14457e7)) | ||
* **pkg:** add new version to existing storage ([6980b06](https://github.com/bleenco/morose/commit/6980b06)) | ||
* **proxy:** make proxy work with semver-extra ([fd13f6d](https://github.com/bleenco/morose/commit/fd13f6d)) | ||
* **search:** implement basic npm search ([0d4cb54](https://github.com/bleenco/morose/commit/0d4cb54)) | ||
* **socket-server:** socket server and client init ([e948739](https://github.com/bleenco/morose/commit/e948739)) | ||
* **ssl:** enable ssl option for socket server ([b76609a](https://github.com/bleenco/morose/commit/b76609a)) | ||
* **statistics:** server stats initial component ([8b60951](https://github.com/bleenco/morose/commit/8b60951)) | ||
* **storage:** read/write data to storage (cache) ([ca3774e](https://github.com/bleenco/morose/commit/ca3774e)) | ||
* **ui:** login ui and auth service ([8254a8a](https://github.com/bleenco/morose/commit/8254a8a)) | ||
* **uplink:** make uplink work ([74384ff](https://github.com/bleenco/morose/commit/74384ff)) | ||
* **web-api:** implement search ([565a2a3](https://github.com/bleenco/morose/commit/565a2a3)) | ||
|
||
|
||
### Performance Improvements | ||
|
||
* **proxy:** performance improvements on proxy server ([d30ff4e](https://github.com/bleenco/morose/commit/d30ff4e)) | ||
|
||
|
||
|
||
<a name="0.0.3"></a> | ||
## [0.0.3](https://github.com/bleenco/morose/compare/03b3fa5...v0.0.3) (2016-11-06) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* upload file ([ebec08a](https://github.com/bleenco/morose/commit/ebec08a)) | ||
|
||
|
||
### Features | ||
|
||
* download ([03b3fa5](https://github.com/bleenco/morose/commit/03b3fa5)) | ||
|
||
|
||
|