8000 Tags · angular-redux/form · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: angular-redux/form

Tags

v9.0.1

Toggle v9.0.1's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
9.0.1

v9.0.0

Toggle v9.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Dependency updates (#58)

* update to angular 6

* readme update

* move v9 out of beta

v6.7.0

Toggle v6.7.0's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.

v6.7.0-1

Toggle v6.7.0-1's commit message
6.7.0-1

v6.7.0-0

Toggle v6.7.0-0's commit message
6.7.0-0

v6.6.0

Toggle v6.6.0's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
6.6.0

v6.5.3

Toggle v6.5.3's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
6.5.3

6.5.2

Toggle 6.5.2's commit message
Turn tsconfig settings to 11 (#34)

* `"strict": true,`
* `"noUnusedLocals": true,`
* `"noUnusedParameters": true,`
* `"forceConsistentCasingInFileNames": true,`

Also updated to typescript 2.4.1.

Also simplify the implementation of composeReducers. The composed reducer will assemble initial state automatically during Redux initialization; we don't need to do all that state manipulation manually.

Fixes #26

6.5.0

Toggle 6.5.0's commit message
Update so it works with Reactive forms (#27)

* updated to work with reactive and template driven forms.

* added a little documentation

* updated based on PR feedback

* updated based on PR feedback.
0