Skip to content

v2.3.0

Choose a tag to compare

@jezhiggins jezhiggins released this 18 Jan 12:18
· 285 commits to master since this release

2.3.0 (2019-01-18)

✨ Features

  • Add property title (9108e07)
  • add-editable for blueprints with one model (cee1afd)
  • Hook add-editable into cli (c2af9db)
  • No spaces allowed in property names (9b84591)
  • Select model property type from Scaffold.ModelTypes list (739723c)
  • tymly add-model (ef9de61)

🐛 Bug Fixes

  • add-editable lets you select the model when there's more than one (ee46850)
  • stubbed out add editable action (493dabd)
  • deps: Update tymly-scaffold dependency (b56968d)

📦 Code Refactoring

  • Pull out Blueprint wrapper class (64a8bb8)
  • Pull out noSpaces validation (3ad5563)

🚨 Tests

  • 100% coverage. w00t (bd91d54)
  • add-model test with multiple fields (e90ecaa)
  • Factor out test running. Stub addModel (30da480)
  • First add-editable test (2211b63)
  • First test for tymly add-model (c7ecdf2)
  • outlined add-model (d676d53)
  • runTest changes wd to output directory before action, reverts afterwards (872d4ee)

⚙️ Continuous Integrations

  • Bumped Node from 9 to 10 (e1f1901)

💎 Styles