Skip to content

Release 0.1.2

Compare
Choose a tag to compare
@MOmarMiraj MOmarMiraj released this 09 Oct 13:08
· 62 commits to main since this release
v0.1.2
773d6ba

The v0.1.2 release of the Javascript SDK brings:

  • Support for item tags. You can now create, get, and edit tags within your 1Password items using item CRUD functions.
  • Support for fetching one-time password codes using secret references. You can now fetch your TOTP code with the secrets.resolve function, using a secret reference for the TOTP field in your item. For example: op://vault/item/field?=attribute=totp
  • Item creation now only requires specifying the vault ID, item category, and item title.