coorpacademy-core

Core library for coorpacademy projects

Usage no npm install needed!

<script type="module">
  import coorpacademyCore from 'https://cdn.skypack.dev/coorpacademy-core';
</script>

README

coorpacademy-core

Build Status Coverage Status Core libraries for coorpacademy projects

  • manage email sending
  • SAML claim types
  • Bugsnag crash collection

Commands

  • npm test : run mocha tests
  • npm run cov : generate html and lcov reports

Changes

  • 1.1.0 :
    • Email.SendTemplate has been deprecated and returns a Promise
    • Email.getTemplateMessage returns a promise
    • Email.send is deprecated, use sendAsync which returns a Promise
  • 1.1.1
    • Error: shasum check failed
  • 1.1.2
    • Fix passing image to mandrill in message
  • 1.1.3
    • Change social and header placeholder type
  • 1.2.0
    • Email: Add a default GMAIL_ACTION value, based on the CALL2ACTION and HREF_CALL2ACTION fields
  • 1.3.0
    • Remove dependencies to grunt
    • Support node 4 & 5
  • 1.3.1
    • Support disable CTA in emails
  • 1.3.2
    • Support disable log in errorHandler
  • 1.3.3
    • Image name collision
  • 1.4.0
    • drop node 0.x support
    • drop node 4 & 5 support
  • 1.4.1
    • udpate dependencies