@nx-js/observer-util
Advanced tools
Comparing version 4.0.0 to 4.0.1
{ | ||
"name": "@nx-js/observer-util", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Simple transparent reactivity with 100% language coverage. Made with ES6 Proxies.", | ||
@@ -5,0 +5,0 @@ "main": "dist/cjs.es5.js", |
# The Observer Utility | ||
Simple transparent reactivity with 100% language coverage. Made with :heart: and ES6 Proxies. | ||
Transparent reactivity with 100% language coverage. Made with :heart: and ES6 Proxies. | ||
@@ -108,2 +108,3 @@ [![Build](https://img.shields.io/circleci/project/github/nx-js/observer-util/master.svg)](https://circleci.com/gh/nx-js/observer-util/tree/master) [![Coverage Status](https://coveralls.io/repos/github/nx-js/observer-util/badge.svg)](https://coveralls.io/github/nx-js/observer-util) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) [![Package size](http://img.badgesize.io/https://unpkg.com/@nx-js/observer-util/dist/umd.es6.min.js?compression=gzip&label=minzip_size)](https://unpkg.com/@nx-js/observer-util/dist/umd.es6.min.js) [![Version](https://img.shields.io/npm/v/@nx-js/observer-util.svg)](https://www.npmjs.com/package/@nx-js/observer-util) [![dependencies Status](https://david-dm.org/nx-js/observer-util/status.svg)](https://david-dm.org/nx-js/observer-util) [![License](https://img.shields.io/npm/l/@nx-js/observer-util.svg)](https://www.npmjs.com/package/@nx-js/observer-util) | ||
<summary>Dynamic properties</summary> | ||
```js | ||
@@ -118,5 +119,7 @@ import { observable, observe } from '@nx-js/observer-util' | ||
``` | ||
</details> | ||
<details> | ||
<summary>Nested properties</summary> | ||
```js | ||
@@ -138,5 +141,7 @@ import { observable, observe } from '@nx-js/observer-util' | ||
``` | ||
</details> | ||
<details> | ||
<summary>Computed properties</summary> | ||
```js | ||
@@ -158,5 +163,7 @@ import { observable, observe } from '@nx-js/observer-util' | ||
``` | ||
</details> | ||
<details> | ||
<summary>Conditionals</summary> | ||
```js | ||
@@ -181,5 +188,7 @@ import { observable, observe } from '@nx-js/observer-util' | ||
``` | ||
</details> | ||
<details> | ||
<summary>Arrays</summary> | ||
```js | ||
@@ -201,5 +210,7 @@ import { observable, observe } from '@nx-js/observer-util' | ||
``` | ||
</details> | ||
<details> | ||
<summary>ES6 collections</summary> | ||
```js | ||
@@ -222,5 +233,7 @@ import { observable, observe } from '@nx-js/observer-util' | ||
``` | ||
</details> | ||
<details> | ||
<summary>Inherited properties</summary> | ||
```js | ||
@@ -247,6 +260,5 @@ import { observable, observe } from '@nx-js/observer-util' | ||
``` | ||
</details> | ||
**This is all you need to know to get started!** The following sections are about advanced topics - like custom reaction scheduling and cleanup. | ||
### Reaction scheduling | ||
@@ -289,4 +301,4 @@ | ||
} | ||
``` | ||
``` | ||
</details> | ||
@@ -314,2 +326,3 @@ <details> | ||
``` | ||
</details> | ||
@@ -316,0 +329,0 @@ <details> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
438
140639