puppet icon indicating copy to clipboard operation
puppet copied to clipboard

BREAKING CHANGE: `puppet.id` will change to `puppet.loggedInUserId`

Open huan opened this issue 4 years ago • 2 comments

Before

  1. puppet.id is defined as undefined | string and will be set when the puppet logged in with a user-id

After

  1. puppet.id will store a UUID when instantiating the Puppet, and the log on/off status will use puppet.loggedInUserId instead.
  2. currentUserId will be defined as the undefined | string to store the logged in user id
  • #164

huan avatar Oct 15 '21 12:10 huan

Lot of tests failed in PadLocal. Figured out what happened finally ...

padlocal avatar Apr 30 '22 14:04 padlocal

Glad to know that Padlocal is moving on!

We have lots of improvements & enhancements on v1.x, with ... some breaking changes for good.

Please feel free to let me know whenever you have any questions about the v1.x!

huan avatar Apr 30 '22 15:04 huan