# 1.4.6
## Updated
Added error 1708 vAtom unavailable to error table
 - Pull Request [#27] (https://github.com/BLOCKvIO/web-sdk/pull/27)

# 1.4.4
## Updated:
Removed if/else check around try/catch block (duplicate result)
 - Pull Request [#25] (https://github.com/BLOCKvIO/web-sdk/pull/25)


# 1.4.3

## Updated:
Changed Client.js error sequence to display message
 - Pull Request [#23] (https://github.com/BLOCKvIO/web-sdk/pull/23)



# 1.4.2
## Updated
Changed user model to include id
 - Pull Request [#20] (https://github.com/BLOCKvIO/web-sdk/pull/20)


Added system properties and meta data to User Model
 - Pull Reqeust [#21] (https://github.com/BLOCKvIO/web-sdk/pull/21)


# 1.4.0

## Updated:
Fixed vatomAction to include vatomID
 - Pull Request [#15] (https://github.com/BLOCKvIO/web-sdk/pull/15)
  

# 1.3.1 


## Updated:
Renamed delete vAtom to trash vAtom
 - Pull Request [#11] (https://github.com/BLOCKvIO/web-sdk/pull/11)

fixed vatom returns, fixed user model, fixed readme
 - Pull Request [#12] (https://github.com/BLOCKvIO/web-sdk/pull/12)

Added missing return to mapString function
 - Pull Request [#13] (https://github.com/BLOCKvIO/web-sdk/pull/13)


# 1.3.0
## Added:
defaults for filter & precision in vAtom Manager
 - Pull Request [#10] (https://github.com/BLOCKvIO/web-sdk/pull/10)


# 1.2.1 
## Added:
Added AirB&B as the linter
 - Pull Request [#9] (https://github.com/BLOCKvIO/web-sdk/pull/9)
  
Added JEST for unit testing
 - Pull Request [#9] (https://github.com/BLOCKvIO/web-sdk/pull/9)

## Updated:
README to reflect BETA status
 - Pull Request [#9] (https://github.com/BLOCKvIO/web-sdk/pull/9)



# 1.2.0 
Pull Request [#5] (https://github.com/BLOCKvIO/web-sdk/pull/5)
## Added:
Chat api endpoint

Delete vAtom endpoint

EventEmitter class

Web socket Documentation 
 - Pull Request [#6] (https://github.com/BLOCKvIO/web-sdk/pull/6)

## Updated:
Updated Readme to include Web sockets and Discover Query
 - Pull Request [#7] (https://github.com/BLOCKvIO/web-sdk/pull/7)

Updated .gitignore file
 - Pull Request [#8] (https://github.com/BLOCKvIO/web-sdk/pull/8)

Added missing return in UserManager 

Removed Console.logs in UserManager

# 1.1.0

Pull Request [#2] (https://github.com/BLOCKvIO/web-sdk/pull/2)
## Added:
Inline docs 

Web sockets  

## Removed:
console.log’s 


# 1.0.3
  Pull Request [#1] (https://github.com/BLOCKvIO/web-sdk/pull/1)
## Updated:
Changed xhr to popsicle library 