Skip to content

Releases: TinEye/tineye-api-node

2.0.6 - Line up NPM and Github version

Choose a tag to compare

@jgould22 jgould22 released this 22 Mar 15:32
7bddbf7

This release contains no changes from the 2.0.5 release.

It exists to bring the version in line with the NPM version.

2.0.5: Update Dependent Libraries

Choose a tag to compare

@jgould22 jgould22 released this 21 Mar 14:10
2148ada

This bumps the libs dependencies to the latest

Axios => ^1.3.4
Jest => ^29.5.0
prettier => 2.8.4

2.0.4: Update Dependent Libraries

Choose a tag to compare

@jgould22 jgould22 released this 16 Mar 19:41
b1f3ea7

This release updates some of the libraries dependencies

  • Updated Axios to 1.2.2
  • Updated Jest to 29.3.1
  • Added prettier to development dependencies

2.0.3: Update Deps and Cleanup

Choose a tag to compare

@amriksk amriksk released this 13 Apr 19:39
0bb5435
  • No need to import URLSearchParams from url module as it is now exposed as global.
  • Updated axios from 0.25.0 -> 0.26.13
  • Updated jest from 27.5.0 -> 27.5.1

2.0.0: Swapping HMAC-SHA256 authentication with header key (#19)

Choose a tag to compare

@JonathanGuberman JonathanGuberman released this 09 Nov 17:05
ac6e689
  • Swapping HMAC-SHA256 authentication with header key
  • Updated jest 27.0.1 -> 27.0.6

1.1.5

Choose a tag to compare

@tineyedev tineyedev released this 26 May 17:56
  • Updated form-data 3.0.0 -> 4.0.0
  • Updated jest 26.1.0 -> 27.0.1
  • Fixed an encoding bug when searching with URLs

1.1.4

Choose a tag to compare

@tineyedev tineyedev released this 26 May 17:47
  • Updated Axios 0.19.0 -> 0.21.1
  • Fixed a bug when performing a search with no options

1.1.3

Choose a tag to compare

@tineyedev tineyedev released this 26 May 17:48
  • Updated jest 25.1.0 -> 26.1.0

1.1.0

Choose a tag to compare

@tineyedev tineyedev released this 26 May 17:52
  • Changed tests from BusterJS to Jest
  • Removed BlueBird and switched to native promises
  • Switch library for making GET requests from Requests to Axios

1.1.2

Choose a tag to compare

@martinevong martinevong released this 25 Mar 12:07
4a12f2b
  • Updated Axios 0.19.0 -> 0.19.2
  • Updated form-data 2.5.0 -> 3.0.0
  • Updated jest 24.8.0 -> 25.1.0
  • Updated Sandbox key link in README
  • Removed the tests from being packaged
  • Removed unneeded git folder from .gitignore