Releases: tuax/tua-mp
Releases · tuax/tua-mp
@tua-mp/service v0.3.0
tua-mp v0.8.4
fix(mp): set initial data for Page (#76)
@tua-mp/cli v0.5.0
- feat(cli): add --yes,-y option for declare command (#75)
$ tuamp declare --yes [apisPath]
# OR
$ tuamp d -y [apisPath]
tua-mp v0.8.3 @tua-mp/service v0.2.1
chore: update dependencies (#74)
@tua-mp/cli v0.4.1
- fix(cli): add single quotes to fnKeys, fix reqFn params type #73
@tua-mp/cli v0.4.0
@tua-mp/service v0.2.0, @tua-mp/cli v0.3.0
@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
v0.8.1
v0.8.0
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