Skip to content

Initial release of Curious 2

Compare
Choose a tag to compare
@myw myw released this 23 Jun 20:29
· 81 commits to v2 since this release

A complete rewriting of the javascript client from version 1:

  • create CuriousQuery class for structured queries
  • all classes, methods, and properties are meaningfully-named: CuriousQ is now named CuriousClient
  • move to promises-based API rather than callback-based API
  • removal of curious-xhr in favor of using an existing library, like axios or another http request framework
  • full suite of unit tests
  • conforms to camelCase coding convention
  • JSDoc for all symbols