Releases: digimakergo/digimaker
Releases · digimakergo/digimaker
v0.1.1-beta.2
- 2023-04-07 fixed: missing package when generating entity
- 2023-04-07 fixed: cli not working
- 2023-04-07 updated: content site view preserves id order
- 2023-04-05 fixed: image in richtext issue
- 2023-03-03 added: site/content/view in sitekit
- 2023-03-03 added: site_settings/niceurl_contenttype: ["folder"] for nice url
- 2023-02-24 updated: handler.Update... returns contenttype.ContentTyper instead of bool
- 2023-02-14 Add graphql mutation(update)
- 2023-01-11 [graphql]Add location and metatata condition & query support
- 2023-01-03 [graphql] upated: use c.id instead of l.id
- 2022-12-31 fixed: _relations issue when query
- 2022-12-30 updated: [sitekit] add / before sitepath
- 2022-12-30 updated: use field/ instead of field_ in template override
- 2022-12-30 fixed: nice url / issue
- 2022-12-29 added: generic panic to error
- 2022-12-29 fixed: permission for non-locaton content
- 2022-12-29 added: sublist & sublist_count
- 2022-12-29 added: request_url in template
- 2022-12-29 added: dm.image function
- 2022-12-06 fixed: update issue in metadata way
v0.1.1-beta.1
new way on 0.1.1: metadata & graphql
- 2022-12-04 [select field]fixed: Output interface/function typo
- 2022-12-04 [json]add RegisterJSONOutputer(identifier, outputer) in json
- 2022-12-04 [json]add "format" parameter in json
- 2022-12-04 [BACKWARD COMPABILITY BREAK][query]FetchByID needs content type parameter, use FetchByLID for old FetchByID
- 2022-11-30 [graphql]Support graphql query with simple filter(object{}/array[])
- 2022-11-12 [query]Add query.FetchLocationByID
- 2022-09-08 [query]Support query.OutputField(ctx, content, fieldIdentifier)
- 2022-11-12 [query]Add query.FetchLocationByID
- 2022-06-06 [BACKWARD COMPABILITY BREAK]Add Metadata in entities, including entities, api, rest change. see doc/0.1.0-metadata-change.txt
Fixing & improving on 0.1.0
- 2022-06-03 [sitekit]function 'dm.now'
- 2022-06-06 [model]use datetime not int for publish and modified
- 2022-06-03 [template]support global function(without variable/namespace)
- 2022-06-02 [template]sort & limit in dm.children
- 2022-05-30 [sitekit]fixed: nice url use depth instead of identifier path of root
- 2022-03-01 [log] output debug for template-match
- 2022-02-28 [sitekit]Updated: handle error/debug better in sitekit('error' variable in template variable)
- 2022-02-28 [template] Added machanism to write customized template function
- 2022-02-28 [template] - support pongo2.v4 & better error handling
- 2022-02-08 fixed: json's db binding issue
0.1.0-beta.4
0.1.0-beta.4
- 2022-01-03 [rest/sitekit] Support generate debug token and attach it to header. (setting: general/debug_header, general/debug_token_last)
- 2022-01-01 [template] Move tempate_folder from dm.yaml to template_override's include so it supports multi and easier to manage
- 2021-12-31 [template] Support "~/" in template override, support site template folder in 'tpl_match'
- 2021-12-31 [template] Support "include" in template_override.yaml
- 2021-12-30 [go api] List filters permission condition of 'under'
- 2021-12-29 [content model] support has_location_id definition for non-location content to support permission&handle better
- 2021-12-28 [permission] support role variables in policy. eg. "under":"{subsite}" where "subsite" is a role field
- 2021-12-28 [sitekit] support "field_" in override, with type "select, radio, check"
- 2021-12-28 [permission] support "parent/" when creating, with type "select, radio, check"
- 2021-12-28 [permission] support "fields" in create or update. content/update "user":"self"
- 2021-12-23 [template] support variable in template override, eg. to=fieldtype/{fieldtype}.html
- 2021-12-23 [template] support output_field which use template_override.yaml for field templating
- 2021-12-22 [template] support invoking template without site: sitekit.OutputContent, sitekit.Output, sitekit.OutputString can be used independently
- 2021-11-04 [auth] Suppport remember me
First beta
v0.1.0-beta.3 updated: go version to 1.16 in go.mod