You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-22Lines changed: 9 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,9 @@
10
10
[![Follow @sebastiaanluca on Twitter][twitter-profile-badge]][link-twitter]
11
11
[![Share this package on Twitter][twitter-share-badge]][link-twitter-share]
12
12
13
-
Say you've got a registration page for users where they need to accept your terms and perhaps can opt-in to certain features using checkboxes. With the new(-ish) GDPR privacy laws, you're somewhat required to not just keep track of the fact *if* they accepted those (or not), but also *when* they did.
13
+
**A package to automatically convert boolean fields to dates (and back to booleans) so you always know when something was accepted or changed.**
14
14
15
-
**This package automatically converts those boolean fields to dates so you always know when something was accepted or changed.**
15
+
Say you've got a registration page for users where they need to accept your terms and perhaps can opt-in to certain features using checkboxes. With the new(-ish) GDPR privacy laws, you're somewhat required to not just keep track of the fact *if* they accepted those (or not), but also *when* they did.
0 commit comments