v0.12.0
What's Changed
New Features
- Child Page Creation:
create-pageandcreate-page-simplenow support creating child pages under an existing page- New
parent.page_idparameter to specify parent page - Use either
parent.page_id(for child pages) orparent.data_source_id(for database entries) - For page parent, title property name defaults to
title; for data source parent, auto-detects from schema
- New
Documentation
- Updated README with child page creation examples (English/Japanese)
Full Changelog: v0.11.0...v0.12.0