Skip to content

Tags: XbyOrange/kazaam

Tags

3.4.9

Toggle 3.4.9's commit message
Fixed bug when shifting more fields

3.4.8

Toggle 3.4.8's commit message
Moved import package to XbyOrange account

Added recursive array copy on Shift method

v3.4.7

Toggle v3.4.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix broken UUID dependency (qntfy#87)

v3.4.6

Toggle v3.4.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request qntfy#81 from findkim/80-unix-ts-support

Add unix epoch timestamp transform

v3.4.5

Toggle v3.4.5's commit message
update UUID dependency (qntfy#76)

v3.4.4

Toggle v3.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request qntfy#70 from jcelliott/fix_uuid_breaking_change

Fix breaking API change in uuid package

v3.4.3

Toggle v3.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request qntfy#68 from JoshKCarroll/67-over-string-bug

qntfy#67 Bug fix

v3.4.2

Toggle v3.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request qntfy#66 from JoshKCarroll/64-bug-fixes

Bug fixes related to qntfy#64

v3.4.1

Toggle v3.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request qntfy#65 from JoshKCarroll/64-coalesce-ignore

Add `ignore` array support in Coalesce()

v3.4.0

Toggle v3.4.0's commit message
qntfy#62 Add Delete Transform (qntfy#63)

* Initial setup for delete transform

* Finish Delete transform and add more tests