Skip to content

Commit

Permalink
3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
leeoniya committed Jun 11, 2018
1 parent 0da48c7 commit ab8fe8b
Show file tree
Hide file tree
Showing 26 changed files with 33 additions and 33 deletions.
16 changes: 8 additions & 8 deletions dist/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
| [full][7] | 17.7k / 7.1k | `mini`<br> + `attach`<br> + `html`<br> | all the bells and whistles |
| [dev][8] | 23.4k / 9.3k | `full`<br> + warnings<br> | use this build for development; it contains detection of some<br>anti-patterns that may cause slowness, confusion, errors or<br>undesirable behavior |

[1]: https://github.com/domvm/domvm/blob/3.x-dev/dist/pico/domvm.pico.min.js
[2]: https://github.com/domvm/domvm/blob/3.x-dev/dist/nano/domvm.nano.min.js
[3]: https://github.com/domvm/domvm/blob/3.x-dev/dist/micro/domvm.micro.min.js
[4]: https://github.com/domvm/domvm/blob/3.x-dev/dist/mini/domvm.mini.min.js
[5]: https://github.com/domvm/domvm/blob/3.x-dev/dist/client/domvm.client.min.js
[6]: https://github.com/domvm/domvm/blob/3.x-dev/dist/server/domvm.server.min.js
[7]: https://github.com/domvm/domvm/blob/3.x-dev/dist/full/domvm.full.min.js
[8]: https://github.com/domvm/domvm/blob/3.x-dev/dist/dev/domvm.dev.min.js
[1]: https://github.com/domvm/domvm/blob/3.x-stable/dist/pico/domvm.pico.min.js
[2]: https://github.com/domvm/domvm/blob/3.x-stable/dist/nano/domvm.nano.min.js
[3]: https://github.com/domvm/domvm/blob/3.x-stable/dist/micro/domvm.micro.min.js
[4]: https://github.com/domvm/domvm/blob/3.x-stable/dist/mini/domvm.mini.min.js
[5]: https://github.com/domvm/domvm/blob/3.x-stable/dist/client/domvm.client.min.js
[6]: https://github.com/domvm/domvm/blob/3.x-stable/dist/server/domvm.server.min.js
[7]: https://github.com/domvm/domvm/blob/3.x-stable/dist/full/domvm.full.min.js
[8]: https://github.com/domvm/domvm/blob/3.x-stable/dist/dev/domvm.dev.min.js
2 changes: 1 addition & 1 deletion dist/client/domvm.client.es.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* domvm.js (DOM ViewModel)
* A thin, fast, dependency-free vdom view layer
* @preserve https://github.com/domvm/domvm (3.x-dev, client build)
* @preserve https://github.com/domvm/domvm (v3.3.3, client build)
*/

// NOTE: if adding a new *VNode* type, make it < COMMENT and renumber rest.
Expand Down
2 changes: 1 addition & 1 deletion dist/client/domvm.client.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* domvm.js (DOM ViewModel)
* A thin, fast, dependency-free vdom view layer
* @preserve https://github.com/domvm/domvm (3.x-dev, client build)
* @preserve https://github.com/domvm/domvm (v3.3.3, client build)
*/

(function (global, factory) {
Expand Down
2 changes: 1 addition & 1 deletion dist/client/domvm.client.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/dev/domvm.dev.es.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* domvm.js (DOM ViewModel)
* A thin, fast, dependency-free vdom view layer
* @preserve https://github.com/domvm/domvm (3.x-dev, dev build)
* @preserve https://github.com/domvm/domvm (v3.3.3, dev build)
*/

// NOTE: if adding a new *VNode* type, make it < COMMENT and renumber rest.
Expand Down
2 changes: 1 addition & 1 deletion dist/dev/domvm.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* domvm.js (DOM ViewModel)
* A thin, fast, dependency-free vdom view layer
* @preserve https://github.com/domvm/domvm (3.x-dev, dev build)
* @preserve https://github.com/domvm/domvm (v3.3.3, dev build)
*/

(function (global, factory) {
Expand Down
2 changes: 1 addition & 1 deletion dist/dev/domvm.dev.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/full/domvm.full.es.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* domvm.js (DOM ViewModel)
* A thin, fast, dependency-free vdom view layer
* @preserve https://github.com/domvm/domvm (3.x-dev, full build)
* @preserve https://github.com/domvm/domvm (v3.3.3, full build)
*/

// NOTE: if adding a new *VNode* type, make it < COMMENT and renumber rest.
Expand Down
2 changes: 1 addition & 1 deletion dist/full/domvm.full.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* domvm.js (DOM ViewModel)
* A thin, fast, dependency-free vdom view layer
* @preserve https://github.com/domvm/domvm (3.x-dev, full build)
* @preserve https://github.com/domvm/domvm (v3.3.3, full build)
*/

(function (global, factory) {
Expand Down
2 changes: 1 addition & 1 deletion dist/full/domvm.full.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/micro/domvm.micro.es.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* domvm.js (DOM ViewModel)
* A thin, fast, dependency-free vdom view layer
* @preserve https://github.com/domvm/domvm (3.x-dev, micro build)
* @preserve https://github.com/domvm/domvm (v3.3.3, micro build)
*/

// NOTE: if adding a new *VNode* type, make it < COMMENT and renumber rest.
Expand Down
2 changes: 1 addition & 1 deletion dist/micro/domvm.micro.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* domvm.js (DOM ViewModel)
* A thin, fast, dependency-free vdom view layer
* @preserve https://github.com/domvm/domvm (3.x-dev, micro build)
* @preserve https://github.com/domvm/domvm (v3.3.3, micro build)
*/

(function (global, factory) {
Expand Down
2 changes: 1 addition & 1 deletion dist/micro/domvm.micro.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/mini/domvm.mini.es.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* domvm.js (DOM ViewModel)
* A thin, fast, dependency-free vdom view layer
* @preserve https://github.com/domvm/domvm (3.x-dev, mini build)
* @preserve https://github.com/domvm/domvm (v3.3.3, mini build)
*/

// NOTE: if adding a new *VNode* type, make it < COMMENT and renumber rest.
Expand Down
2 changes: 1 addition & 1 deletion dist/mini/domvm.mini.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* domvm.js (DOM ViewModel)
* A thin, fast, dependency-free vdom view layer
* @preserve https://github.com/domvm/domvm (3.x-dev, mini build)
* @preserve https://github.com/domvm/domvm (v3.3.3, mini build)
*/

(function (global, factory) {
Expand Down
2 changes: 1 addition & 1 deletion dist/mini/domvm.mini.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/nano/domvm.nano.es.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* domvm.js (DOM ViewModel)
* A thin, fast, dependency-free vdom view layer
* @preserve https://github.com/domvm/domvm (3.x-dev, nano build)
* @preserve https://github.com/domvm/domvm (v3.3.3, nano build)
*/

// NOTE: if adding a new *VNode* type, make it < COMMENT and renumber rest.
Expand Down
2 changes: 1 addition & 1 deletion dist/nano/domvm.nano.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* domvm.js (DOM ViewModel)
* A thin, fast, dependency-free vdom view layer
* @preserve https://github.com/domvm/domvm (3.x-dev, nano build)
* @preserve https://github.com/domvm/domvm (v3.3.3, nano build)
*/

(function (global, factory) {
Expand Down
2 changes: 1 addition & 1 deletion dist/nano/domvm.nano.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/pico/domvm.pico.es.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* domvm.js (DOM ViewModel)
* A thin, fast, dependency-free vdom view layer
* @preserve https://github.com/domvm/domvm (3.x-dev, pico build)
* @preserve https://github.com/domvm/domvm (v3.3.3, pico build)
*/

// NOTE: if adding a new *VNode* type, make it < COMMENT and renumber rest.
Expand Down
2 changes: 1 addition & 1 deletion dist/pico/domvm.pico.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* domvm.js (DOM ViewModel)
* A thin, fast, dependency-free vdom view layer
* @preserve https://github.com/domvm/domvm (3.x-dev, pico build)
* @preserve https://github.com/domvm/domvm (v3.3.3, pico build)
*/

(function (global, factory) {
Expand Down
2 changes: 1 addition & 1 deletion dist/pico/domvm.pico.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/server/domvm.server.es.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* domvm.js (DOM ViewModel)
* A thin, fast, dependency-free vdom view layer
* @preserve https://github.com/domvm/domvm (3.x-dev, server build)
* @preserve https://github.com/domvm/domvm (v3.3.3, server build)
*/

// NOTE: if adding a new *VNode* type, make it < COMMENT and renumber rest.
Expand Down
2 changes: 1 addition & 1 deletion dist/server/domvm.server.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* domvm.js (DOM ViewModel)
* A thin, fast, dependency-free vdom view layer
* @preserve https://github.com/domvm/domvm (3.x-dev, server build)
* @preserve https://github.com/domvm/domvm (v3.3.3, server build)
*/

(function (global, factory) {
Expand Down
2 changes: 1 addition & 1 deletion dist/server/domvm.server.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "MIT",
"homepage": "https://github.com/domvm/domvm",
"author": "Leon Sorokin <leeoniya@gmail.com>",
"version": "3.3.2",
"version": "3.3.3",
"main": "./dist/full/domvm.full.min.js",
"module": "./dist/full/domvm.full.es.js",
"jsnext:main": "./dist/full/domvm.full.es.js",
Expand Down

0 comments on commit ab8fe8b

Please sign in to comment.