dphelper 0.5.2 → 0.5.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. package/HISTORY.md +10 -2
  2. package/README.md +1 -1
  3. package/index.js +1 -1
  4. package/package.json +244 -245
package/HISTORY.md CHANGED
@@ -1,13 +1,21 @@
1
1
  ## Changelog
2
2
 
3
+ ## v0.5.4 / 2024-02-04
4
+
5
+ - NPM update  [Dario Passariello](https://github.com/passariello) ()
6
+
7
+ ## Previous
8
+
9
+ ## v0.5.3 / 2024-01-30
10
+
11
+ - NPM update  [Dario Passariello](https://github.com/passariello) ()
12
+
3
13
  ## v0.5.2 / 2024-01-06
4
14
 
5
15
  - Add new functions  [Dario Passariello](https://github.com/passariello) ()
6
16
  - Bug fix  [Dario Passariello](https://github.com/passariello) ()
7
17
  - NPM update  [Dario Passariello](https://github.com/passariello) ()
8
18
 
9
- ## Previous
10
-
11
19
  ## v0.5.0 / 2024-01-01
12
20
 
13
21
  - Add dates functionalities  [Dario Passariello](https://github.com/passariello) ()
package/README.md CHANGED
@@ -24,7 +24,7 @@ Manager | DevTools by [Dario Passariello (c)](https://dario.passariello.ca)
24
24
  ## About
25
25
 
26
26
  dpHelper is a pricise and complete collection of functions ready to use in all web application. State and Store Management are now easy and global. Just for example “state.myData = ”hello world" and your string is ready everywhere in your Ajax or React app. It's more easy and intuitive of Redux.
27
- You don't need to creare any extra files, dispatch or reducer… It's work like say 123.
27
+ You don't need to creare any extra files, dispatch or reducer… It's work like saying 123.
28
28
 
29
29
  Please, read the [LICENSE](/LICENSE.md) agreement before to implementing in your application.
30
30