Skip to content

v1.3.0

Compare
Choose a tag to compare
@BlueCutOfficial BlueCutOfficial released this 21 Aug 12:53
· 314 commits to master since this release
d9a246b

Features

Implement js functions as template helpers (#48)

slugify and removeDiatrics functions can now be called as template helpers:

await render(hbs`{{slugify '你好你怎么样 monsieur'}}`)
await render(hbs`{{remove-diacritics 'Théâtre'}}`)

Build

Ember 3.18 (#33)

  • Upgrade dependencies for Ember 3.18
  • Upgrade CI configuration to test latest LTS

Fix eslint config and README (#34)

  • Use correct eslint config for tests folder and dummy app folder.
  • Fix Compatibility section in README.

@dependabot config file (#37)

Update @dependabot config file with the new syntax.

@dependabot bumps

Bumps lodash from 4.17.15 to 4.17.19. (#38)
Bumps elliptic from 6.5.2 to 6.5.3. (#43)