@ambitiondev/form-utils
Advanced tools
Comparing version
@@ -5,6 +5,14 @@ ### Changelog | ||
#### [0.0.2-3](https://github.com/ambitiondev/form-utils/compare/0.0.2-3...0.0.2-3) | ||
#### [0.0.2](https://github.com/ambitiondev/form-utils/compare/0.0.2...0.0.2) | ||
> 12 October 2020 | ||
- chore: update docs [`54a1876`](https://github.com/ambitiondev/form-utils/commit/54a1876873d29d4eb92a1cf82e69e7801db15902) | ||
#### [0.0.2](https://github.com/ambitiondev/form-utils/compare/0.0.2-3...0.0.2) | ||
> 12 October 2020 | ||
- release: 0.0.2 [`f947c63`](https://github.com/ambitiondev/form-utils/commit/f947c636e6b96a948b5772917d3bc32818a4ce67) | ||
#### [0.0.2-3](https://github.com/ambitiondev/form-utils/compare/0.0.2-2...0.0.2-3) | ||
@@ -11,0 +19,0 @@ |
{ | ||
"name": "@ambitiondev/form-utils", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "A bundle of form utilities for usage in your (web)app", | ||
@@ -5,0 +5,0 @@ "main": "dist/form-utils.common.js", |
@@ -34,3 +34,3 @@ # Ambitiondev Form utils | ||
``` | ||
import { formDataToJson } from '@ambitiondev/form-utils' | ||
import { formDataToJSON } from '@ambitiondev/form-utils' | ||
@@ -42,3 +42,3 @@ const form = document.querySelector('form'); | ||
const processedData = formDataToJson(data); | ||
const processedData = formDataToJSON(data); | ||
``` | ||
@@ -45,0 +45,0 @@ |
19041
1.82%