# History

## 3.0.4 (2022-02-18)
    * Remove post install step that was causing issues with CI

## 3.0.3 (2021-06-03)
    * Replace for .. in loop in `makeArray` to iterate safely over a `NodeList` in old browsers

## 3.0.2 (2021-04-15)
    * Replace for .. of loop in `makeArray` to generate a smaller transpiled bundle

## 3.0.1 (2020-11-19)
    * Bump to get latest version package-manager with updated post install script

## 3.0.0 (2020-11-13)
    * BREAKING: Convert "true" and "false" attributes to boolean

## 2.4.0 (2020-08-24)
    * FEATURE: setCookie util
    * FEATURE: deleteCookie util

## 2.3.1 (2020-08-20)
    * BUG: Fix checkConsent util - Adds safety check for cookie existence 

## 2.3.0 (2020-07-14)
    * FEATURE: checkConsent util
    * FEATURE: isConsentBannerClosed util

## 2.2.0 (2020-07-10)
    * FEATURE: getCookie util
    * FEATURE: throttle util
    * FEATURE: debounce util

## 2.1.0 (2020-06-17)
    * FEATURE: createEvent, custom namespaced events

## 2.0.0 (2020-05-13)
    * BREAKING: Rename folder from `js` to `src`
    * BUG: Fix package name in README

## 1.0.0 (2020-04-30)
    * Copied out of `global-context@15.3.1`
