Skip to content

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Feb 20:11
· 174 commits to main since this release

1.0.0 (2022-02-05)

Bug Fixes

  • add env for database to example (6804e77)
  • add offset to baseRepository getByFilter (561f463)
  • improve defaults for dev env CORS (26801a2)
  • linking bugs, renameing fields in snakeCase (80c61fc)
  • make tests work with current implmentation (03a7627)
  • move to database folder to run db-migrate (1a54491)
  • removed references to co-mocha (32f8458)
  • resolved dependency mismatches (eb092d3)
  • some id bugs, lint errors (32130fd)
  • udpate yml and pakage.json to call knex migrate instead of db-migrate (5a4ca0d)
  • update knexfile and package.json for test env (b97160b)
  • update repo url in package.json (d594100)
  • updated knex to fix vulnerability (2cf2157)

Features

  • /stakeholders get routes added along with tests (92b718f)
  • configure dev deployment (93df268)
  • creating tables and queries (c1f7d76)
  • link stakeholders (7e94e3c)
  • move to node 14 and update package versions for db-migrate (b131c5b)
  • query entity tables for data and insert it, account for null owner_id (28ee409)
  • updating and filtering stakeholders (5ef4152)
  • use limit & offset values, get StakeholderTrees for admin, add owner_id to queries (eca60d0)