Skip to content

Releases: tuax/tua-mp

@tua-mp/service v0.3.0

26 May 02:36
df9ff10
Compare
Choose a tag to compare

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

tua-mp v0.8.4

21 Apr 02:19
8d9ae8f
Compare
Choose a tag to compare

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

@tua-mp/cli v0.5.0

09 Sep 02:38
79b7138
Compare
Choose a tag to compare
  • 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

19 Aug 16:14
f9ab2b7
Compare
Choose a tag to compare

chore: update dependencies (#74)

@tua-mp/cli v0.4.1

17 May 06:30
3e569c3
Compare
Choose a tag to compare
  • fix(cli): add single quotes to fnKeys, fix reqFn params type #73

@tua-mp/cli v0.4.0

11 Apr 10:01
deca470
Compare
Choose a tag to compare

@tua-mp/service v0.2.0, @tua-mp/cli v0.3.0

18 Mar 06:44
1a28dae
Compare
Choose a tag to compare
  • 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

19 Nov 08:34
a443af3
Compare
Choose a tag to compare

tua-mp

fix: close #62, close #63

v0.8.1

17 Oct 15:05
878a403
Compare
Choose a tag to compare

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

31 Aug 10:05
Compare
Choose a tag to compare

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