# bpac-js

## 3.0.0

### Major Changes

- c663830: Breaking changes in v3.0.0:

  - `BrotherSdk` import path is now `BrotherSDK`
  - Type names normalized
  - Exported types
  - Added `ignoreMissingKeys` feature for PR#21

  **Migration notes:**

  - Update all imports from `BrotherSdk` → `BrotherSDK`
  - Check your TypeScript types, some names have changed
  - If you rely on strict template key validation, `ignoreMissingKeys` may change this behavior

## 2.2.0

### Minor Changes

- 6ec43e2: ### Summary

  - Improved error handling
  - Switched test framework from Mocha to Jest
  - Updated internal packages and dependencies
  - Added support for printing multiple labels
  - Improved documentation
  - Patched a bug where QR codes were not being populated
  - Added limited support for printStatus function (beta)

## 2.1.0

### Minor Changes

- b7b2085: Initial stable release

## 2.0.4

### Patch Changes

- 89b83b0: better error handling and documentation in codebase.

## 2.0.3

### Patch Changes

- aa95a74: fix import from root

## 2.0.2

### Patch Changes

- 748101e: ignore build files for prod

## 2.0.1

### Patch Changes

- 07947c6: modify git build steps

## 2.0.0

### Major Changes

- c2bd623: Initial Release
