Skip to content

Releases: einenlum/human-replay

Fix exports error in package.json

29 Aug 10:35
4e04a80

Choose a tag to compare

Merge pull request #5 from einenlum/fix/default-error

Fix exports setup in package json

Allow users to record typing on their apps

29 Aug 00:11

Choose a tag to compare

This release is a huge change.

  • Complete rewrite to use TypeScript
  • Now it's a lib accessible on npm and CDN
  • The demo still allows to copy paste a few lines of JS, but also to copy compressed data to give to the lib to replay it
  • Users can now use the lib itself to record typing in their own app

Reduce data bandwith

02 Mar 09:55

Choose a tag to compare

Now the full content is not stored on each input. We store a diff if the keystroke is an append or a delete.

Misc bugfixes

01 Mar 17:52

Choose a tag to compare

1.0.1

Hide preview button when in a preview

1.0.0

01 Mar 16:29

Choose a tag to compare

Fix typo