Tua Mp Versions Save

🖖一款类 Vue 的渐进式小程序框架(A progressive miniprogram framework for coding like Vue)

v0.8.4-0

3 years ago

feat(service): switch node-sass to dart-sass (#77)

v0.8.4

4 years ago

fix(mp): set initial data for Page (#76)

v0.8.3-0

4 years ago
  • feat(cli): add --yes,-y option for declare command (#75)
$ tuamp declare --yes [apisPath]
# OR
$ tuamp d -y [apisPath]

v0.8.3

4 years ago

chore: update dependencies (#74)

v0.8.2-3

5 years ago
  • fix(cli): add single quotes to fnKeys, fix reqFn params type #73

v0.8.2-1

5 years ago
  • feat: close #68, add custom template (#70)

@tua-mp/service v0.2.0

  • refactor(service, cli): tua-mp.config.js -> tua.config.js

@tua-mp/cli v0.3.0

See: https://tuateam.github.io/tua-mp/tua-mp-cli/

  • feat(cli): add new command eject to eject default templates to .templates
$ tuamp eject
# OR
$ tuamp e
  • feat(cli): support templateDir option
module.exports = {
    templateDir: 'some/path',
}

v0.8.2

5 years ago

tua-mp

fix: close #62, close #63

v0.8.1

5 years ago

tua-mp

  • fix: close #58 about setter not working in watch

@tua-mp/cli

  • feat: update api template for tua-api
  • refactor: commander -> yargs

v0.8.0

5 years ago

tua-mp

  • feat(tua-mp): close #41, hack native setData
  • perf: add error message when call setData with uninitialized properties
  • refactor(tua-mp): index -> TuaPage/TuaComp, add utils/hackSetData

@tua-mp/cli

  • feat: support tuamp init tuamp add:api tuamp add:comp tuamp add:page

@tua-mp/service

  • feat: move it from tuateam/tua-mp-service to here