mini_program_tooling 0.2.8
mini_program_tooling: ^0.2.8 copied to clipboard
Local developer and CI tooling for the Flutter mini-program platform.
Changelog #
0.2.8 #
- let
miniprogram embed initdefault to the current working directory when--project-rootis omitted - keep
miniprogram embed init --project-root <path>for explicit and scripted workflows - refresh docs, tests, and installed-CLI smoke coverage for the simpler embed flow
0.2.7 #
- manage a pinned Stac builder internally inside
mini_program_tooling - expose the managed pinned Stac builder status and version through
miniprogram doctor - keep
--stac-cli-scriptas the escape hatch while removing the normal need for a separate visiblestacinstall
0.2.6 #
- let
miniprogram env initsucceed without a saved platform repo root for the standalone workflow - let standalone
validateandpublishrun againstbackend initworkspaces without any platform repo path - update
embed initto patch host apppubspec.yamlwith hostedmini_program_sdkandmini_program_contractsdependencies - refresh docs and the installed-CLI smoke flow around the fully standalone local workflow
0.2.5 #
- add
miniprogram backend initto scaffold a standalone backend workspace - add tracked backend workspace state in
.mini_program/backend_workspace.jsonand~/.mini_program/global_backend_workspace.json - let backend lifecycle commands resolve either a standalone backend workspace or the platform repo layout
- make
miniprogram publishwrite manifests and screens into the initialized standalone backend workspace whenminiprogram backend inithas been used - keep tracked local publish state attached to that backend workspace so
backend reset-local --yescleans the correct local backend - update validation and installed-CLI smoke coverage for the standalone backend publish flow
0.2.2 #
- add
miniprogram doctorfor machine, env, repo, and backend diagnostics
0.2.1 #
- refresh the pub.dev release metadata for the current env-based workflow
- ship the saved global repo-root fallback used by
embed initand backend commands when running from unrelated working directories
0.2.0 #
- add
miniprogram env init,miniprogram env use, andminiprogram env status - add
.mini_program/env.jsonas saved CLI environment state for standalone mini-program workspaces - add a user-level fallback config in
~/.mini_program/global_env.jsonsoembed initand backend commands can reuse the saved repo root from unrelated working directories - let
build,validate,publish, andbackend ...reuse saved repo-root configuration instead of requiring repeated--repo-root - update the installed CLI smoke flow and docs around the new env workflow
0.1.0 #
- add the global
miniprogramexecutable - add
create,build,validate,publish, andembed initcommands - add repo-local backend lifecycle commands for
start,status,stop, andreset-local - add repo-local CLI state tracking under
.mini_program/