Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/ngneat/forms-manager

🦄 The Foundation for Proper Form Management in Angular
https://github.com/ngneat/forms-manager

Merge pull request #61 from CodeyHK47/chore/partial-ivy-support

feat: Upgrade to Angular 12 and include partial Ivy compilation support

e1ad8082dd69472483b44b5789afee6abd8b1e61 authored over 1 year ago by Netanel Basal <[email protected]>
chore: ivy partial compilation, and replace deprecated option

after updating to Angular 12, compile using partial Ivy mode.
change to use allowedNonPeerDepend...

084c2eb8fb8850614aa6a0643294df5dd1daea01 authored over 1 year ago by CodeyHK47 <[email protected]>
chore: updated dependencies

7565503f569aa12ad449870492aa1ffa579878e8 authored over 1 year ago by CodeyHK47 <[email protected]>
chore: updated to angular 12

d030a63eb0575f4f44b7180fa87aef3e0dd36ff7 authored over 1 year ago by CodeyHK47 <[email protected]>
chore: fixes to lock files

b061d468903be46ee97b8c8cc7a770ae7f24623a authored over 1 year ago by CodeyHK47 <[email protected]>
chore: migrated to Angular 11

6673473215201fbab61a899c36ef9b84e5d96a22 authored over 1 year ago by CodeyHK47 <[email protected]>
chore: migrated to Angular 10

a51ffb79ccf8faee7dc110fbcb211c96d0bf29a1 authored over 1 year ago by CodeyHK47 <[email protected]>
chore: updated ngneat/spectator to v5 to fix peer dependency

2071c668ebd566c60b05882e6906a40aa4ea17bc authored over 1 year ago by CodeyHK47 <[email protected]>
chore: updated gitignore and yarn.lock

a1c192f5a0a66d461f01bc9cacca301705f348e6 authored over 1 year ago by CodeyHK47 <[email protected]>
chore: release

8946c8c73325ba2e1e0948730aad11a93857822e authored about 3 years ago by Netanel Basal <[email protected]>
Merge pull request #32 from nickhh76/feature/session-storage

c5400ba26a670b3bc4f7815522f93123cb1abc63 authored about 3 years ago by Netanel Basal <[email protected]>
feat(forms-manager): add support for configurable browser storage

Adds ability to use sessionStorage or other custom storage solution for persistence.

f468036ceca4a34b1f9e5d636853943c17f07dfe authored about 3 years ago by Nick Linnenbrügger <[email protected]>
feat(forms-manager): add support for configurable browser storage

Adds ability to use sessionStorage or other custom storage solution for persistence.

07073ee679bc16205c41b58a8fb304db24914c24 authored about 3 years ago by Nick Linnenbrügger <[email protected]>
feat(forms-manager): add support for session storage

Adds ability to use session storage for persistence, configurable through NgFormsManagerConfig

e87ff6f34392ca890d7efc5ef1a1466e40727175 authored about 3 years ago by Nick Linnenbrügger <[email protected]>
Update README.md

dd1c627a7d9f29e8a031878d7f6bfee65160b8c1 authored over 3 years ago by Netanel Basal <[email protected]>
chore(release): 2.4.0

f044583faa1d6ce8450199e5d36a9792f5951cfc authored over 3 years ago by Netanel Basal <[email protected]>
Merge pull request #30 from adrianriepl/master

081a84e548de5127eaaae78a4ac4ef750e680884 authored over 3 years ago by Netanel Basal <[email protected]>
fix: 🐛 clear all initial values when clearing complete store

Clears complete Map of initial values when the store is getting cleared.

Closes: #29

fb642a5e5358b694be16b4e3f17c2a4faab80c6c authored over 3 years ago by Adrian Riepl <[email protected]>
Merge pull request #24 from panic175/master

Added proxy method `reset`

0ee5effc99abc54eba979e8e7bb127f47d211382 authored almost 4 years ago by Netanel Basal <[email protected]>
feat(forms-mananger): added reset proxy

Added a proxy to the reset method of AbstractControl.

091723edc05350cb7aa8bce2b3afb95dd0c9a291 authored almost 4 years ago by Patrick Niemann <[email protected]>
chore(release): 2.3.0

965c3a1567eec9f45d734617c3f5618f1388961a authored about 4 years ago by NetanelBasal <[email protected]>
Merge pull request #22 from adrianriepl/master

ea2b4973edf3721df294ae74c178a2da6037cda0 authored about 4 years ago by Netanel Basal <[email protected]>
refactor: use Object.keys instead of Object.values for browser support

c95a50fa16ff9a31db2be8a3936c4ba380c29321 authored about 4 years ago by Adrian Riepl <[email protected]>
docs: add @adrianriepl as a contributor

41f617719b8f420e2b23079cb3c2a5f53c458d7c authored about 4 years ago by Adrian Riepl <[email protected]>
feat(lib): add property untouched to type Control

5ad73f621703a03f27c338b1e3242da2474711fa authored about 4 years ago by Adrian Riepl <[email protected]>
feat(lib): support for mark* methods

Use mark* methods to change state of a form

Closes https://github.com/ngneat/forms-manager/issu...

f622d2546b69859109a1d4e5299103465fbae6fe authored about 4 years ago by Adrian Riepl <[email protected]>
Merge pull request #20 from hennelh/patch-2

docs: update readme

5ba31dbff680a6a9d0df5f2c17ae632c866f60b8 authored about 4 years ago by Netanel Basal <[email protected]>
docs: update readme

Replace selectValue with valueChanges method in usage documentation

426c378b54d72ac2c79485e312977fd5b326474a authored about 4 years ago by Henry Harrison <[email protected]>
chore(release): 2.2.0

78113527982f2c78e196e34e88331041625444eb authored over 4 years ago by NetanelBasal <[email protected]>
Merge pull request #18 from alexcotelin/fix-update-on-blur-debounce

fix: do not debounce for update on blur

03c63c597a1ec788f1a5ab90b7735610dd79a088 authored over 4 years ago by Netanel Basal <[email protected]>
fix: add unit tests

a5fcdbda41bd470c411d192b06c297c85eed0e38 authored over 4 years ago by Alex Cotelin <[email protected]>
fix: do not debounce for update on blur

edd5fb07274ddc23e1585acd281c4dd9c06e86aa authored over 4 years ago by Alex Cotelin <[email protected]>
Merge pull request #16 from manudss/feature/#15-getinitialvalue

0a15799e218f6dae5e201a984b23118cee046ca2 authored over 4 years ago by Netanel Basal <[email protected]>
docs(lib): Update description for set initial form's value

Co-authored-by: Netanel Basal <[email protected]>

9a267ee9221c052c7dce9ad354a9644cb7a4570d authored over 4 years ago by Emmanuel De Saint Steban <[email protected]>
docs(lib): Update description for Get Initial Value

Co-authored-by: Netanel Basal <[email protected]>

533ab587b1a0f665fb77850d9a383586b4f4cf52 authored over 4 years ago by Emmanuel De Saint Steban <[email protected]>
docs: add @manudss as a contributor

4793d9f55371e6ad8b7a9f081a473cab8123fde6 authored over 4 years ago by Emmanuel DE SAINT STEBAN <[email protected]>
feat(lib): add getInitialValue() function

To be able to obtain the initial value of the form.

Closes #15

c7b134f2a1472680dd99ce0855e1eb11a77f01e8 authored over 4 years ago by Emmanuel DE SAINT STEBAN <[email protected]>
Update README.md

2ff97e44b4bdfaf669288fdca062658cfef9b3e9 authored over 4 years ago by Netanel Basal <[email protected]>
chore: 🤖 update ng

9a8001177af1026ae3d185a489660509206854cb authored over 4 years ago by Netanel Basal <[email protected]>
chore(release): 2.1.2

5413508876a37ea87229f6f25ac0e7c136c685e1 authored over 4 years ago by Netanel Basal <[email protected]>
chore(release): 2.1.1

db74b502cfaa1d3ca17b635c15705e0b75725727 authored over 4 years ago by Netanel Basal <[email protected]>
Merge pull request #11 from pgrimaud/master

8eddcf535adb20025adc82e5f71b6c2be4cef215 authored over 4 years ago by Netanel Basal <[email protected]>
docs: fix typos

225cf3c5671eebf0dedc093e88aef434959a9a3a authored over 4 years ago by Pierre Grimaud <[email protected]>
docs: update hasForm to hasControl (#10)

1ba249904b291aa7a5c79256a761c6537fe8b642 authored over 4 years ago by David Speirs <[email protected]>
Merge pull request #9 from dspeirs7/master

ab628b984789709e3c010680359b3fc6ee4212b2 authored over 4 years ago by Netanel Basal <[email protected]>
docs: add @dspeirs7 as a contributor

a970655b27587ee077400b682afe94036f6b3d3d authored over 4 years ago by David Speirs <[email protected]>
Merge pull request #8 from dspeirs7/fixDateValue

27d0dccef6f9bfccae2c5363d2b24bcd29e2f948 authored over 4 years ago by Netanel Basal <[email protected]>
fix: do not use spread operator on valid dates

To ensure that isObject does not return true for dates to avoid using the spread operator on a d...

b68419d121d66b38880dda276bfebd1ccb35d0a7 authored over 4 years ago by David Speirs <[email protected]>
Update README.md

33c288e93e7f577538b859692910402e0e3efdfe authored about 5 years ago by Netanel Basal <[email protected]>
chore(release): 2.1.0

a5cb28cf59ebcbe796fbb8fdcb8d5bae6e0483ab authored about 5 years ago by Netanel Basal <[email protected]>
feat(lib): add dirty functionality

701ccef119afa9690510d385138d5016dda55bbb authored about 5 years ago by Netanel Basal <[email protected]>
chore(version): update to v2

dc6e564295a45751b2940474979bbab1d7198180 authored about 5 years ago by Netanel Basal <[email protected]>
chore(release): 1.1.0

f4c36872c2eea969d5dcb6f701baf873f7fb48a4 authored about 5 years ago by Netanel Basal <[email protected]>
docs: add @mehmet-erim as a contributor

d8ba9665d0dcb48ba9d23755fcd110d9b0a17c3d authored about 5 years ago by Netanel Basal <[email protected]>
feat(api): change the api to be more angularish

adbe550e57235a0d33d78c17295b1719c5b0f303 authored about 5 years ago by Netanel Basal <[email protected]>
Merge pull request #4 from mehmet-erim/patch-1

docs: change project name

b6346e2d23b52150425b3202d5e7dbdb377ec19e authored about 5 years ago by Netanel Basal <[email protected]>
docs: change project name

eaef1d6845bfe88887cb2786034fdd90ce52fba6 authored about 5 years ago by Mehmet Erim <[email protected]>
Merge branch 'master' of github.com:ngneat/forms-manager

73e3117f6b6a87d70268ef485875232ba8ae5847 authored about 5 years ago by Netanel Basal <[email protected]>
docs: add @Coly010 as a contributor

320b8525691a3c40de7c4044c2be34d9dae0a4f0 authored about 5 years ago by Netanel Basal <[email protected]>
docs(forms-manager): add typed forms to features and fix an example (#1)

docs(forms-manager): add typed forms to features and fix an example

98a279949a95612910a6ce5e98e430e52fbba6d6 authored about 5 years ago by Netanel Basal <[email protected]>
docs(forms-manager): add typed forms to features and fix an example

Add Typed Forms to Features and Fix an Example

26af17af38a003fb108273a3ef26021b5765cf85 authored about 5 years ago by Colum Ferry <[email protected]>
chore(release): 1.0.2

dc5910ef383bd35efe72f2d643f68afe77be9e4b authored about 5 years ago by Netanel Basal <[email protected]>
fix(storage): should merge the object

01ce2e51c9eb509b49d9fa415d12536e9c817549 authored about 5 years ago by Netanel Basal <[email protected]>
chore(release): 1.0.1

6c82909dde6e7d68e30e2850390483f040d31e35 authored about 5 years ago by Netanel Basal <[email protected]>
fix(selectvalue): should be typed

a196e9625d57bddbcff7d8b471fc0a5a0dcf059a authored about 5 years ago by Netanel Basal <[email protected]>
chore(readme): update

8ec2495fe52e33edc226008f2fb1cd372d3fc2e1 authored about 5 years ago by Netanel Basal <[email protected]>
chore(readme): update

c9fc6376426d203046ecc7d36b1452226558e706 authored about 5 years ago by Netanel Basal <[email protected]>
chore(readme): update

c303d0787c89a49ba92f82e73478267f23647698 authored about 5 years ago by Netanel Basal <[email protected]>
docs(readme): update

55a3849cc83c9878de607ebc41a50a497cedd4e3 authored about 5 years ago by Netanel Basal <[email protected]>
Update README.md

924f3375b552e82e3efd87f4160ea5543443461d authored about 5 years ago by Netanel Basal <[email protected]>
Update README.md

cf86f78e078b48b567884fbffc78959c3782555b authored about 5 years ago by Netanel Basal <[email protected]>
chore(readme): update

a1b87fdc2ff713090abcbe7a945ee87f3e808ec2 authored about 5 years ago by Netanel Basal <[email protected]>
chore(readme): update

fc2f1356c7b5b3549687cd1eb700a6dc055870ea authored about 5 years ago by Netanel Basal <[email protected]>
chore(readme): fix typo

6d20ad79c4a08846b1f0242c7c220c110c221d49 authored about 5 years ago by Netanel Basal <[email protected]>
chore(init): init

7312a1f331aec49a33c9b7c212ae69658a7eddbd authored about 5 years ago by Netanel Basal <[email protected]>
docs: add @NetanelBasal as a contributor

1aa66e679aa715198afc9cbf7aa5cefb89f2159f authored about 5 years ago by Netanel Basal <[email protected]>
initial commit

b23a94973d119a43060fe6c4d4f244745857b7b2 authored about 5 years ago by Netanel Basal <[email protected]>