Skip to content

Commit

Permalink
Release 5.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Masquerade-Circus committed Dec 4, 2020
1 parent b4fce5e commit eaa007d
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 48 deletions.
79 changes: 43 additions & 36 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,168 +1,175 @@
### [5.0.5](https://github.com/Masquerade-Circus/valyrian.js/compare/5.0.4...5.0.5) (2020-12-04)


### Code Refactoring

* **lib:** add register and improve node plugin ([b4fce5e](https://github.com/Masquerade-Circus/valyrian.js/commit/b4fce5ecd5a3f0c0ba684d6defd89768272f1ca2))

### [5.0.4](https://github.com/Masquerade-Circus/valyrian.js/compare/5.0.3...5.0.4) (2020-10-03)

### Code Refactoring

- **request:** improve request plugin. Add more tests for request plugin ([5f9c4ab](https://github.com/Masquerade-Circus/valyrian.js/commit/5f9c4ab4b3ce221b51ed26eff4e95117f371f5c3))
* **request:** improve request plugin. Add more tests for request plugin ([5f9c4ab](https://github.com/Masquerade-Circus/valyrian.js/commit/5f9c4ab4b3ce221b51ed26eff4e95117f371f5c3))

### [5.0.3](https://github.com/Masquerade-Circus/valyrian.js/compare/5.0.3...5.0.4) (2020-10-01)

### Code Refactoring

- **main:** major format changes. Remove travis. Remove codeclimate ([9635f52](https://github.com/Masquerade-Circus/valyrian.js/commit/9635f52d7ed1daae9e8ca06e56514f1a4c45a4b1))
- **main:** remove coveralls dependency. Improve service worker ([781c2a1](https://github.com/Masquerade-Circus/valyrian.js/commit/781c2a1d5f938188920125cb85c594f148e75d8f))
* **main:** major format changes. Remove travis. Remove codeclimate ([9635f52](https://github.com/Masquerade-Circus/valyrian.js/commit/9635f52d7ed1daae9e8ca06e56514f1a4c45a4b1))
* **main:** remove coveralls dependency. Improve service worker ([781c2a1](https://github.com/Masquerade-Circus/valyrian.js/commit/781c2a1d5f938188920125cb85c594f148e75d8f))

### [5.0.2](https://github.com/Masquerade-Circus/valyrian.js/compare/5.0.3...5.0.4) (2020-09-27)

### Code Refactoring

- **node:** allow require and import on dom.js file ([f7cb19a](https://github.com/Masquerade-Circus/valyrian.js/commit/f7cb19a1377eeda06fa2caa25225eda8351da2df))
* **node:** allow require and import on dom.js file ([f7cb19a](https://github.com/Masquerade-Circus/valyrian.js/commit/f7cb19a1377eeda06fa2caa25225eda8351da2df))

### [5.0.1](https://github.com/Masquerade-Circus/valyrian.js/compare/5.0.3...5.0.4) (2020-09-27)

### Bug Fixes

- **node:** fix icons generator. Improve sw. Improve htmlToHyperscript parser ([b38627b](https://github.com/Masquerade-Circus/valyrian.js/commit/b38627b922d9632f39d916ce97e1e355b7f23861))
* **node:** fix icons generator. Improve sw. Improve htmlToHyperscript parser ([b38627b](https://github.com/Masquerade-Circus/valyrian.js/commit/b38627b922d9632f39d916ce97e1e355b7f23861))

## [5.0.0](https://github.com/Masquerade-Circus/valyrian.js/compare/5.0.3...5.0.4) (2020-09-24)

### Code Refactoring

- **repo:** update dependencies. Changes in plugins ([b8c4f2b](https://github.com/Masquerade-Circus/valyrian.js/commit/b8c4f2ba88367666d25512f6d353d133f5735053))
* **repo:** update dependencies. Changes in plugins ([b8c4f2b](https://github.com/Masquerade-Circus/valyrian.js/commit/b8c4f2ba88367666d25512f6d353d133f5735053))

### [4.3.2](https://github.com/Masquerade-Circus/valyrian.js/compare/5.0.3...5.0.4) (2020-08-05)

### Bug Fixes

- **lib:** upgrade dependencies ([cc87ccd](https://github.com/Masquerade-Circus/valyrian.js/commit/cc87ccd218f9850de8c4f9f7b9599931d1ce451b))
* **lib:** upgrade dependencies ([cc87ccd](https://github.com/Masquerade-Circus/valyrian.js/commit/cc87ccd218f9850de8c4f9f7b9599931d1ce451b))

### [4.3.1](https://github.com/Masquerade-Circus/valyrian.js/compare/5.0.3...5.0.4) (2020-04-10)

### Code Refactoring

- **directives:** identify create or update event on directives by undefined oldvnode ([594960f](https://github.com/Masquerade-Circus/valyrian.js/commit/594960f0226d494d61a7917b37ff038f94370f06))
* **directives:** identify create or update event on directives by undefined oldvnode ([594960f](https://github.com/Masquerade-Circus/valyrian.js/commit/594960f0226d494d61a7917b37ff038f94370f06))

## [4.3.0](https://github.com/Masquerade-Circus/valyrian.js/compare/5.0.3...5.0.4) (2020-04-06)

### Features

- **directives:** add v-model directive as plugin ([9f26926](https://github.com/Masquerade-Circus/valyrian.js/commit/9f269264ddcfba238571daefd5c2a08ed75f7fca))
* **directives:** add v-model directive as plugin ([9f26926](https://github.com/Masquerade-Circus/valyrian.js/commit/9f269264ddcfba238571daefd5c2a08ed75f7fca))

### [4.2.3](https://github.com/Masquerade-Circus/valyrian.js/compare/5.0.3...5.0.4) (2020-04-04)

### Bug Fixes

- **router:** fix v-route directive ([1247e9a](https://github.com/Masquerade-Circus/valyrian.js/commit/1247e9ab297f5e1fde8602d5280c8123032385d5))
* **router:** fix v-route directive ([1247e9a](https://github.com/Masquerade-Circus/valyrian.js/commit/1247e9ab297f5e1fde8602d5280c8123032385d5))

### [4.2.2](https://github.com/Masquerade-Circus/valyrian.js/compare/5.0.3...5.0.4) (2020-04-04)

### Code Refactoring

- **directives:** improved directives and attach v- before the name of the directive ([f2f11da](https://github.com/Masquerade-Circus/valyrian.js/commit/f2f11da0f8f2806d3314b1641e0c462982e9a437))
* **directives:** improved directives and attach v- before the name of the directive ([f2f11da](https://github.com/Masquerade-Circus/valyrian.js/commit/f2f11da0f8f2806d3314b1641e0c462982e9a437))

### [4.2.1](https://github.com/Masquerade-Circus/valyrian.js/compare/5.0.3...5.0.4) (2020-03-28)

### Bug Fixes

- **main:** fix keyed lists not updating children ([56296fc](https://github.com/Masquerade-Circus/valyrian.js/commit/56296fc1365d2c96390f740af0c8942937e6f3e2))
* **main:** fix keyed lists not updating children ([56296fc](https://github.com/Masquerade-Circus/valyrian.js/commit/56296fc1365d2c96390f740af0c8942937e6f3e2))

### Code Refactoring

- **directives:** remove v-text directive does not improve performance ([26c6780](https://github.com/Masquerade-Circus/valyrian.js/commit/26c6780f765d3a31e0cad881ea596cc4a6fc144e))
* **directives:** remove v-text directive does not improve performance ([26c6780](https://github.com/Masquerade-Circus/valyrian.js/commit/26c6780f765d3a31e0cad881ea596cc4a6fc144e))

## [4.2.0](https://github.com/Masquerade-Circus/valyrian.js/compare/5.0.3...5.0.4) (2020-03-27)

### Features

- **directives:** add v-pre directive to direct raw html render ([dc16e92](https://github.com/Masquerade-Circus/valyrian.js/commit/dc16e922bcefa1f84921b8f3cf6c07fe067d31e3))
- **directives:** add v-text directive ([b6523ae](https://github.com/Masquerade-Circus/valyrian.js/commit/b6523ae211a3a1ee55ca82999645a19066418a67))
* **directives:** add v-pre directive to direct raw html render ([dc16e92](https://github.com/Masquerade-Circus/valyrian.js/commit/dc16e922bcefa1f84921b8f3cf6c07fe067d31e3))
* **directives:** add v-text directive ([b6523ae](https://github.com/Masquerade-Circus/valyrian.js/commit/b6523ae211a3a1ee55ca82999645a19066418a67))

### Code Refactoring

- **directives:** change model directive to data directive ([f2eaf8b](https://github.com/Masquerade-Circus/valyrian.js/commit/f2eaf8ba346f59a7603927e32c53cc8a905bffb7))
- **directives:** change v-pre to v-html ([280cf58](https://github.com/Masquerade-Circus/valyrian.js/commit/280cf58f6e591d92549e6aa6655e32a0e0efd234))
- **directives:** rename v-noop to v-once ([3159099](https://github.com/Masquerade-Circus/valyrian.js/commit/31590990e17d99d863e967e5bbdd89b79a14a5db))
* **directives:** change model directive to data directive ([f2eaf8b](https://github.com/Masquerade-Circus/valyrian.js/commit/f2eaf8ba346f59a7603927e32c53cc8a905bffb7))
* **directives:** change v-pre to v-html ([280cf58](https://github.com/Masquerade-Circus/valyrian.js/commit/280cf58f6e591d92549e6aa6655e32a0e0efd234))
* **directives:** rename v-noop to v-once ([3159099](https://github.com/Masquerade-Circus/valyrian.js/commit/31590990e17d99d863e967e5bbdd89b79a14a5db))

### Tests

- **directives:** add v-skip directive test ([6d50ecc](https://github.com/Masquerade-Circus/valyrian.js/commit/6d50ecc73bc61810a067e81267af3f85544826da))
* **directives:** add v-skip directive test ([6d50ecc](https://github.com/Masquerade-Circus/valyrian.js/commit/6d50ecc73bc61810a067e81267af3f85544826da))

## [4.1.0](https://github.com/Masquerade-Circus/valyrian.js/compare/5.0.3...5.0.4) (2020-03-20)

### Features

- **main lib:** add newInstance method to allow to handle multiple mounts ([d09a2a6](https://github.com/Masquerade-Circus/valyrian.js/commit/d09a2a6ae35926d4010830f46da583d784ddcbc2))
* **main lib:** add newInstance method to allow to handle multiple mounts ([d09a2a6](https://github.com/Masquerade-Circus/valyrian.js/commit/d09a2a6ae35926d4010830f46da583d784ddcbc2))

### [4.0.2](https://github.com/Masquerade-Circus/valyrian.js/compare/5.0.3...5.0.4) (2020-03-06)

### Code Refactoring

- **main lib:** remove v-list directive. Don't show null and undefined as text ([61e24fd](https://github.com/Masquerade-Circus/valyrian.js/commit/61e24fdff7fbeb67f995c9d2b52e55caa00da928))
* **main lib:** remove v-list directive. Don't show null and undefined as text ([61e24fd](https://github.com/Masquerade-Circus/valyrian.js/commit/61e24fdff7fbeb67f995c9d2b52e55caa00da928))

### [4.0.1](https://github.com/Masquerade-Circus/valyrian.js/compare/5.0.3...5.0.4) (2020-01-26)

### Bug Fixes

- **main:** fix replace error when the old node has been deleted or moved ([ba7b5c5](https://github.com/Masquerade-Circus/valyrian.js/commit/ba7b5c5d4d6b567f991bc0ac8d3ac237f44bfe8b))
* **main:** fix replace error when the old node has been deleted or moved ([ba7b5c5](https://github.com/Masquerade-Circus/valyrian.js/commit/ba7b5c5d4d6b567f991bc0ac8d3ac237f44bfe8b))

## [4.0.0](https://github.com/Masquerade-Circus/valyrian.js/compare/5.0.3...5.0.4) (2020-01-26)

### ⚠ BREAKING CHANGES

- **main:** Lifecycle methods renamed.
* **main:** Lifecycle methods renamed.

### Features

- **main:** add a reserved model property to pass data to the vnodes ([496f3ce](https://github.com/Masquerade-Circus/valyrian.js/commit/496f3ce15d84b187cdaa897d415a77138120ae55))
* **main:** add a reserved model property to pass data to the vnodes ([496f3ce](https://github.com/Masquerade-Circus/valyrian.js/commit/496f3ce15d84b187cdaa897d415a77138120ae55))

### Bug Fixes

- **main:** handle TextVnode as newVnode ([f29cec3](https://github.com/Masquerade-Circus/valyrian.js/commit/f29cec3c47310c2f4aa8719f5fd0659f52f8388d))
- **main (directives):** fix use of v-if with v-for trigger an error ([dec8522](https://github.com/Masquerade-Circus/valyrian.js/commit/dec8522ec4328c7321d526fa77fb6bd308081541))
- **main (keyed lists):** fix error replaced vnode with undefined node and updating with defined node ([782dbe7](https://github.com/Masquerade-Circus/valyrian.js/commit/782dbe77856965df3f18602ff4dd713ac622d949))
* **main:** handle TextVnode as newVnode ([f29cec3](https://github.com/Masquerade-Circus/valyrian.js/commit/f29cec3c47310c2f4aa8719f5fd0659f52f8388d))
* **main (directives):** fix use of v-if with v-for trigger an error ([dec8522](https://github.com/Masquerade-Circus/valyrian.js/commit/dec8522ec4328c7321d526fa77fb6bd308081541))
* **main (keyed lists):** fix error replaced vnode with undefined node and updating with defined node ([782dbe7](https://github.com/Masquerade-Circus/valyrian.js/commit/782dbe77856965df3f18602ff4dd713ac622d949))

### Performance Improvements

- **main:** increase performance for all new changes ([b4b1a0d](https://github.com/Masquerade-Circus/valyrian.js/commit/b4b1a0d440ba8d699827b5a155a2d877c69d6c47))
* **main:** increase performance for all new changes ([b4b1a0d](https://github.com/Masquerade-Circus/valyrian.js/commit/b4b1a0d440ba8d699827b5a155a2d877c69d6c47))

### improvement

- **main:** rename lifecycle methods to write more easily in object props ([25b1eba](https://github.com/Masquerade-Circus/valyrian.js/commit/25b1eba52a34a54bcfdbf1e8304c0e7ad0de65b7))
* **main:** rename lifecycle methods to write more easily in object props ([25b1eba](https://github.com/Masquerade-Circus/valyrian.js/commit/25b1eba52a34a54bcfdbf1e8304c0e7ad0de65b7))

### Tests

- **signals tests:** fix signals tests, change deprecated v-remove to onremove lifecycle ([3da0f10](https://github.com/Masquerade-Circus/valyrian.js/commit/3da0f100666c6487bc58ca3ee022a15ed8793759))
* **signals tests:** fix signals tests, change deprecated v-remove to onremove lifecycle ([3da0f10](https://github.com/Masquerade-Circus/valyrian.js/commit/3da0f100666c6487bc58ca3ee022a15ed8793759))

### [3.3.4](https://github.com/Masquerade-Circus/valyrian.js/compare/5.0.3...5.0.4) (2020-01-24)

### Bug Fixes

- fix release-it hooks order ([20ef775](https://github.com/Masquerade-Circus/valyrian.js/commit/20ef7754ed7108e5951d7b1981b67a44e2016082))
* fix release-it hooks order ([20ef775](https://github.com/Masquerade-Circus/valyrian.js/commit/20ef7754ed7108e5951d7b1981b67a44e2016082))

### Build System

- add release-it to the repo ([2a75faa](https://github.com/Masquerade-Circus/valyrian.js/commit/2a75faa18565adf680c3f9088073f386ff9e69c6))
* add release-it to the repo ([2a75faa](https://github.com/Masquerade-Circus/valyrian.js/commit/2a75faa18565adf680c3f9088073f386ff9e69c6))

### [3.3.3](https://github.com/Masquerade-Circus/valyrian.js/compare/5.0.3...5.0.4) (2020-01-24)

### Bug Fixes

- make if directives work with truthy and falsy values ([624eae6](https://github.com/Masquerade-Circus/valyrian.js/commit/624eae6f505229431adef59827d2afeb1b09a0fe))
* make if directives work with truthy and falsy values ([624eae6](https://github.com/Masquerade-Circus/valyrian.js/commit/624eae6f505229431adef59827d2afeb1b09a0fe))

### [3.3.2](https://github.com/Masquerade-Circus/valyrian.js/compare/5.0.3...5.0.4) (2020-01-24)

### Bug Fixes

- fix v.trust not returning correct text dom ([32a52a8](https://github.com/Masquerade-Circus/valyrian.js/commit/32a52a86d02fb8ea165344d9f566deac9f349d5a))
* fix v.trust not returning correct text dom ([32a52a8](https://github.com/Masquerade-Circus/valyrian.js/commit/32a52a86d02fb8ea165344d9f566deac9f349d5a))

### [3.3.1](https://github.com/Masquerade-Circus/valyrian.js/compare/5.0.3...5.0.4) (2020-01-22)

### Bug Fixes

- fix cleanup not working correctly ([ff26b5b](https://github.com/Masquerade-Circus/valyrian.js/commit/ff26b5ba069b3c5a4c42c90a8e91fcec333967b5))
* fix cleanup not working correctly ([ff26b5b](https://github.com/Masquerade-Circus/valyrian.js/commit/ff26b5ba069b3c5a4c42c90a8e91fcec333967b5))

### Code Refactoring

- improve performance and size. Add commitizen ([6cafa51](https://github.com/Masquerade-Circus/valyrian.js/commit/6cafa513d4db9e2e9f7e51811c7b8906f8b4b73c))
* improve performance and size. Add commitizen ([6cafa51](https://github.com/Masquerade-Circus/valyrian.js/commit/6cafa513d4db9e2e9f7e51811c7b8906f8b4b73c))

## [3.3.0](https://github.com/Masquerade-Circus/valyrian.js/compare/5.0.3...5.0.4) (2020-01-17)

Expand Down
20 changes: 9 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
[![Dependencies](https://img.shields.io/david/masquerade-circus/valyrian.js.svg?style=flat)](https://david-dm.org/masquerade-circus/valyrian.js)
![](https://img.shields.io/github/issues/masquerade-circus/valyrian.js.svg)
![](https://img.shields.io/snyk/vulnerabilities/npm/valyrian.js.svg)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/521f72fc6d61426783692b62d64a3643)](https://www.codacy.com/app/Masquerade-Circus/valyrian.js?utm_source=github.com&utm_medium=referral&utm_content=Masquerade-Circus/valyrian.js&utm_campaign=Badge_Grade)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/521f72fc6d61426783692b62d64a3643)](https://www.codacy.com/app/Masquerade-Circus/valyrian.js?utm_source=github.com\&utm_medium=referral\&utm_content=Masquerade-Circus/valyrian.js\&utm_campaign=Badge_Grade)
[![Maintainability](https://api.codeclimate.com/v1/badges/c1263dd7fb4f90194625/maintainability)](https://codeclimate.com/github/Masquerade-Circus/valyrian.js/maintainability)
[![Coverage Status](https://coveralls.io/repos/github/Masquerade-Circus/valyrian.js/badge.svg?branch=master)](https://coveralls.io/github/Masquerade-Circus/valyrian.js?branch=master)
[![License](https://img.shields.io/github/license/masquerade-circus/valyrian.js.svg)](https://github.com/masquerade-circus/valyrian.js/blob/master/LICENSE)
Expand All @@ -22,16 +22,14 @@
Lightweight steel to forge PWAs. (Minimal Frontend Framework with server side rendering and other capabilities)

## Documentation
[https://valyrianjs.dev/](https://valyrianjs.dev/) (In development)

<https://valyrianjs.dev/> (In development)

## Table of Contents

- [Valyrian.js](#valyrianjs)
- [Documentation](#documentation)
- [Table of Contents](#table-of-contents)
- [Tests](#tests)
- [Contributing](#contributing)
- [Legal](#legal)
* [Tests](#tests)
* [Contributing](#contributing)
* [Legal](#legal)

## Tests

Expand All @@ -41,9 +39,9 @@ For development use `yarn dev:test`

## Contributing

- Use prettify and eslint to lint your code.
- Add tests for any new or changed functionality.
- Update the readme with an example if you add or change any functionality.
* Use prettify and eslint to lint your code.
* Add tests for any new or changed functionality.
* Update the readme with an example if you add or change any functionality.

## Legal

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "valyrian.js",
"version": "5.0.4",
"version": "5.0.5",
"description": "Lightweight steel to forge PWAs. (Minimal Frontend Framework with server side rendering and other capabilities)",
"source": "lib/index.js",
"main": "lib/index.js",
Expand Down

0 comments on commit eaa007d

Please sign in to comment.