Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.03 KB

CHANGELOG.md

File metadata and controls

32 lines (25 loc) · 1.03 KB

[0.6.1] - 2019-02-27

Added

  • support for "&fields" param in Model.transform(req) to include certain fields in API response
  • added Utils.getQuery to get safe query fields from req.query
  • added ModelUtils transformData and listData
  • added MsgUtils slackWebhook to send message using Slack Incoming Webhook
  • added MsgUtils sendEmail (using nodemailer & mailgun)
  • added MsgUtils email template function, e.g. sendEmail(welcomeEmail({ name, email }))
  • added multer to handle file upload
  • added "features.md" to explain features in details.

Fixed

  • fixed yarn lint

[0.4.7] - 2019-02-21

Changed

  • upgraded mocha, joi to latest, removed pinned versions.
  • upgraded other dependencies

[0.4.5] - 2018-10-05

Added

  • use mstime to measure API run time.
  • measure API response time & show it in response "meta"

Changed

  • BREAKING: refactor apiJson's "listModel" to "model"

[0.3.0] - 2018-10-02

Changed

  • BREAKING: refactor code to use this syntax: import { User } from 'api/models';