Skip to content

Release 2.1.0

Compare
Choose a tag to compare
@shabados-bot shabados-bot released this 23 Mar 10:59
46cacd3
  • Merge pull request #28 from ShabadOS/db-models MINOR release (46cacd3)
  • ci: do not integrate test results with CircleCI (008d0d2)
  • tests: fix mocha path (4eae28f)
  • tests, ci: move tests and add circleCI test reporting (a3ab867)
  • ci: add test step (d1c3fb0)
  • ci: add test step (36a611f)
  • models: ensure that .first() adds limit 1 by default (52c5b81)
  • tests: add tests for first line of Shabads (b903117)
  • tests: add basic mocha tests (fb5bb4c)
  • readme, docker: add note about benchmarking and correct name (4d249df)
  • utils: add small benchmarking script (5f2266a)
  • models, readme: fix shabad lines relation and clarify docs (43fd6a4)
  • models: automatically convert ascii searches to unicode (8a3ead8)
  • Merge branches 'db-models' and 'master' of github.com:ShabadOS/database into db-models (77c5280)
  • readme: update examples to use repo-specific instructions (377aef7)
  • models: correct LIKE query with % usage (e91428f)
  • readme: updated instructions for using JS module (80b8db8)
  • models: add the join relations to Lines and Shabads (c638e7b)
  • models: use LIKE instead of GLOB in first letter search (421cbd0)
  • models: initialise Objection/knex and export knex (c52cf61)
  • models: export files through index, for use as a module (0107201)
  • models: use module.exports over non-supported export (9e7ede3)
  • models: add correct through relations for all new models (c83932a)
  • models: remove unneeded BaniLines model (d7ae90f)
  • models: complete Banis model (1d40113)
  • models: complete LineTypes model (ee67f27)
  • models: complete Raags model (a7e787f)
  • models: complete ShabadTypes model (cf900bc)
  • models: complete Sources model (f1e206f)
  • models: complete Writers model (c7674fe)
  • models: correct typo in Lines (676092f)
  • models: rename Shabad to plural form (9dc9679)
  • models: complete Lines model, with custom query builder for first letters (1584f1e)
  • models: complete Shabad model (5a6ee64)
  • models: add Sources (07f407b)
  • models: add model files (9702055)
  • readme: add proposed usage as an npm module (21a9876)