dphelper 0.4.91 → 0.5.1

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.
package/CHANGELOG.md CHANGED
@@ -1,4 +1,4 @@
1
- # Changelog
1
+ ## Changelog
2
2
 
3
3
  New minor (feature) releases of this app/software are released every six months and
4
4
  patch (bugfix) releases are released every month. More information on the
@@ -7,3 +7,4 @@ release cycle: see package.json
7
7
  ## Previous
8
8
 
9
9
  Please see the git history for the details of previous versions.
10
+ You can see HISTORY.md for all information.
package/HISTORY.md CHANGED
@@ -1,11 +1,22 @@
1
- # Changelog
1
+ ## Changelog
2
2
 
3
- ## v0.4.91 / 2023-12-20
3
+ ## v0.5.1 / 2024-01-06
4
4
 
5
+ - Add new functions  [Dario Passariello](https://github.com/passariello) ()
6
+ - Bug fix  [Dario Passariello](https://github.com/passariello) ()
5
7
  - NPM update  [Dario Passariello](https://github.com/passariello) ()
6
8
 
7
9
  ## Previous
8
10
 
11
+ ## v0.5.0 / 2024-01-01
12
+
13
+ - Add dates functionalities  [Dario Passariello](https://github.com/passariello) ()
14
+ - NPM update  [Dario Passariello](https://github.com/passariello) ()
15
+
16
+ ## v0.4.91 / 2023-12-20
17
+
18
+ - NPM update  [Dario Passariello](https://github.com/passariello) ()
19
+
9
20
  ## v0.4.9 / 2023-12-12
10
21
 
11
22
  - NPM update  [Dario Passariello](https://github.com/passariello) ()
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # I am dpHelper
2
2
 
3
- ```text
3
+ ```
4
4
  dpHelper Devtools by Dario Passariello
5
5
  ```
6
6
 
@@ -28,6 +28,13 @@ You don't need to creare any extra files, dispatch or reducer… It's work like
28
28
 
29
29
  Please, read the [LICENSE](/LICENSE.md) agreement before to implementing in your application.
30
30
 
31
+ ## Live demo
32
+
33
+ [https://a51.dev/tests/](https://a51.dev/tests/)
34
+
35
+ You can see an HTML version where dpHelper and LayerPro works.
36
+ You can use with html, react, vue or any other frontend / library.
37
+
31
38
  ## The Best Way To Use State
32
39
 
33
40
  You can use "state" to store all what you want and reuse everywhere. Like other state manager you can store information in JSON format and you can use them in react, useEffect, dispatch in a very easy way.
@@ -61,13 +68,13 @@ PS: you can use dpHelper browser extension if you want to manage states in a eas
61
68
 
62
69
  ## Install for react + webpack projects
63
70
 
64
- ```text
71
+ ```
65
72
  npm i dphelper --save-dev
66
73
  ```
67
74
 
68
75
  or update:
69
76
 
70
- ```text
77
+ ```
71
78
  npm i dphelper@latest --save-dev
72
79
  ```
73
80
 
@@ -126,4 +133,4 @@ This extension allows you to manage your app's dpHelper NPM. Here you will find
126
133
 
127
134
  ---
128
135
 
129
- copyright (c) 2019 - 2023 by Dario Passariello
136
+ copyright (c) 2019 - 2024 by Dario Passariello
package/index.d.ts CHANGED
@@ -3,8 +3,8 @@ Copyright: © 2022 Dario Passariello <dariopassariello@gmail.com>
3
3
  License: MIT
4
4
  */
5
5
 
6
- /// <reference path="./types/dphelper.d.ts" />
7
- /// <reference path="./types/jquery.d.ts" />
6
+ /// <reference path="./typings/dphelper.d.ts" />
7
+ /// <reference path="./typings/jquery.d.ts" />
8
8
 
9
9
  declare namespace dphelper {
10
10