gina 0.3.2 → 0.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +29 -0
- package/README.md +18 -8
- package/ROADMAP.md +10 -9
- package/framework/v0.3.3/VERSION +1 -0
- package/framework/{v0.3.2 → v0.3.3}/core/asset/plugin/README.md +7 -8
- package/framework/{v0.3.2 → v0.3.3}/core/asset/plugin/dist/vendor/gina/html/toolbar.html +1 -1
- package/framework/v0.3.3/core/asset/plugin/dist/vendor/gina/html/toolbar.html.br +0 -0
- package/framework/v0.3.3/core/asset/plugin/dist/vendor/gina/html/toolbar.html.gz +0 -0
- package/framework/{v0.3.2 → v0.3.3}/core/asset/plugin/dist/vendor/gina/inspector/inspector.css +2 -0
- package/framework/{v0.3.2 → v0.3.3}/core/asset/plugin/dist/vendor/gina/inspector/inspector.js +103 -0
- package/framework/{v0.3.2 → v0.3.3}/core/asset/plugin/dist/vendor/gina/js/gina.js +293 -201
- package/framework/v0.3.3/core/asset/plugin/dist/vendor/gina/js/gina.min.js +21636 -0
- package/framework/v0.3.3/core/asset/plugin/dist/vendor/gina/js/gina.min.js.br +0 -0
- package/framework/v0.3.3/core/asset/plugin/dist/vendor/gina/js/gina.min.js.gz +0 -0
- package/framework/v0.3.3/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js +286 -0
- package/framework/v0.3.3/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js.br +0 -0
- package/framework/v0.3.3/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js.gz +0 -0
- package/framework/{v0.3.2 → v0.3.3}/core/config.js +6 -1
- package/framework/{v0.3.2 → v0.3.3}/core/connectors/mysql/index.js +52 -0
- package/framework/{v0.3.2 → v0.3.3}/core/connectors/postgresql/index.js +45 -0
- package/framework/{v0.3.2 → v0.3.3}/core/connectors/sqlite/index.js +46 -0
- package/framework/{v0.3.2 → v0.3.3}/core/controller/controller.js +1 -1
- package/framework/{v0.3.2 → v0.3.3}/core/deps/busboy-1.6.0/lib/types/multipart.js +2 -1
- package/framework/v0.3.3/core/deps/streamsearch-1.1.0/LICENSE +19 -0
- package/framework/v0.3.3/core/deps/streamsearch-1.1.0/lib/sbmh.js +267 -0
- package/framework/v0.3.3/core/deps/streamsearch-1.1.0/package.json +34 -0
- package/framework/{v0.3.2 → v0.3.3}/core/gna.js +30 -30
- package/framework/{v0.3.2 → v0.3.3}/core/plugins/lib/storage/src/main.js +3 -3
- package/framework/{v0.3.2 → v0.3.3}/core/plugins/lib/validator/src/main.js +34 -29
- package/framework/{v0.3.2 → v0.3.3}/core/server.isaac.js +77 -13
- package/framework/{v0.3.2 → v0.3.3}/core/server.js +66 -18
- package/framework/{v0.3.2 → v0.3.3}/helpers/json/src/main.js +14 -1
- package/framework/{v0.3.2 → v0.3.3}/lib/cache/src/main.js +2 -2
- package/framework/{v0.3.2 → v0.3.3}/lib/cmd/aliases.json +3 -0
- package/framework/{v0.3.2 → v0.3.3}/lib/cmd/bundle/arguments.json +2 -1
- package/framework/{v0.3.2 → v0.3.3}/lib/cmd/bundle/help.txt +21 -1
- package/framework/v0.3.3/lib/cmd/bundle/oas.js +6 -0
- package/framework/v0.3.3/lib/cmd/bundle/openapi.js +519 -0
- package/framework/{v0.3.2 → v0.3.3}/lib/cmd/bundle/start.js +4 -1
- package/framework/v0.3.3/lib/cmd/framework/get.js +98 -0
- package/framework/{v0.3.2 → v0.3.3}/lib/cmd/framework/help.txt +8 -3
- package/framework/{v0.3.2 → v0.3.3}/lib/cmd/port/help.txt +7 -2
- package/framework/v0.3.3/lib/cmd/port/set.js +348 -0
- package/framework/{v0.3.2 → v0.3.3}/lib/collection/src/main.js +4 -4
- package/framework/{v0.3.2 → v0.3.3}/lib/index.js +1 -0
- package/framework/{v0.3.2 → v0.3.3}/lib/logger/src/containers/mq/listener.js +2 -2
- package/framework/v0.3.3/lib/uuid/package.json +7 -0
- package/framework/v0.3.3/lib/uuid/src/main.js +99 -0
- package/framework/v0.3.3/package.json +8 -0
- package/gna.js +86 -0
- package/llms.txt +94 -4
- package/package.json +107 -101
- package/types/globals.d.ts +205 -0
- package/types/gna.d.ts +67 -0
- package/types/index.d.ts +566 -0
- package/framework/v0.3.2/VERSION +0 -1
- package/framework/v0.3.2/core/asset/plugin/dist/vendor/gina/html/toolbar.html.br +0 -0
- package/framework/v0.3.2/core/asset/plugin/dist/vendor/gina/html/toolbar.html.gz +0 -0
- package/framework/v0.3.2/core/asset/plugin/dist/vendor/gina/js/gina.min.js +0 -532
- package/framework/v0.3.2/core/asset/plugin/dist/vendor/gina/js/gina.min.js.br +0 -0
- package/framework/v0.3.2/core/asset/plugin/dist/vendor/gina/js/gina.min.js.gz +0 -0
- package/framework/v0.3.2/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js +0 -8
- package/framework/v0.3.2/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js.br +0 -0
- package/framework/v0.3.2/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js.gz +0 -0
- package/framework/v0.3.2/core/deps/swig-1.4.2/CONTRIBUTING.md +0 -107
- package/framework/v0.3.2/core/deps/swig-1.4.2/HISTORY.md +0 -498
- package/framework/v0.3.2/core/deps/swig-1.4.2/LICENSE +0 -7
- package/framework/v0.3.2/core/deps/swig-1.4.2/Makefile +0 -192
- package/framework/v0.3.2/core/deps/swig-1.4.2/README.md +0 -88
- package/framework/v0.3.2/core/deps/swig-1.4.2/bin/swig.js +0 -161
- package/framework/v0.3.2/core/deps/swig-1.4.2/browser/comments.js +0 -2
- package/framework/v0.3.2/core/deps/swig-1.4.2/browser/index.js +0 -9
- package/framework/v0.3.2/core/deps/swig-1.4.2/dist/swig.min.js +0 -7
- package/framework/v0.3.2/core/deps/swig-1.4.2/docs/docs/api.html +0 -136
- package/framework/v0.3.2/core/deps/swig-1.4.2/docs/docs/browser.html +0 -36
- package/framework/v0.3.2/core/deps/swig-1.4.2/docs/docs/cli.html +0 -64
- package/framework/v0.3.2/core/deps/swig-1.4.2/docs/docs/extending.html +0 -183
- package/framework/v0.3.2/core/deps/swig-1.4.2/docs/docs/filters.html +0 -97
- package/framework/v0.3.2/core/deps/swig-1.4.2/docs/docs/includes/TYPES.html +0 -0
- package/framework/v0.3.2/core/deps/swig-1.4.2/docs/docs/includes/macros.html +0 -9
- package/framework/v0.3.2/core/deps/swig-1.4.2/docs/docs/index.html +0 -212
- package/framework/v0.3.2/core/deps/swig-1.4.2/docs/docs/layout.html +0 -43
- package/framework/v0.3.2/core/deps/swig-1.4.2/docs/docs/loaders.html +0 -106
- package/framework/v0.3.2/core/deps/swig-1.4.2/docs/docs/previous.html +0 -25
- package/framework/v0.3.2/core/deps/swig-1.4.2/docs/docs/tags.html +0 -72
- package/framework/v0.3.2/core/deps/swig-1.4.2/docs/docs.json +0 -3
- package/framework/v0.3.2/core/deps/swig-1.4.2/docs/index.html +0 -98
- package/framework/v0.3.2/core/deps/swig-1.4.2/docs/index.json +0 -3
- package/framework/v0.3.2/core/deps/swig-1.4.2/docs/js/lib/rainbow.min.js +0 -11
- package/framework/v0.3.2/core/deps/swig-1.4.2/docs/js/master.js +0 -106
- package/framework/v0.3.2/core/deps/swig-1.4.2/docs/layouts/html5.html +0 -25
- package/framework/v0.3.2/core/deps/swig-1.4.2/docs/layouts/master.html +0 -59
- package/framework/v0.3.2/core/deps/swig-1.4.2/docs/less/button.less +0 -22
- package/framework/v0.3.2/core/deps/swig-1.4.2/docs/less/fork.less +0 -23
- package/framework/v0.3.2/core/deps/swig-1.4.2/docs/less/header.less +0 -61
- package/framework/v0.3.2/core/deps/swig-1.4.2/docs/less/layout.less +0 -96
- package/framework/v0.3.2/core/deps/swig-1.4.2/docs/less/mixins.less +0 -268
- package/framework/v0.3.2/core/deps/swig-1.4.2/docs/less/rainbow.less +0 -58
- package/framework/v0.3.2/core/deps/swig-1.4.2/docs/less/reset.less +0 -250
- package/framework/v0.3.2/core/deps/swig-1.4.2/docs/less/sidenav.less +0 -16
- package/framework/v0.3.2/core/deps/swig-1.4.2/docs/less/swig.less +0 -124
- package/framework/v0.3.2/core/deps/swig-1.4.2/docs/less/variables.less +0 -42
- package/framework/v0.3.2/core/deps/swig-1.4.2/index.js +0 -1
- package/framework/v0.3.2/core/deps/swig-1.4.2/lib/dateformatter.js +0 -198
- package/framework/v0.3.2/core/deps/swig-1.4.2/lib/filters.js +0 -630
- package/framework/v0.3.2/core/deps/swig-1.4.2/lib/lexer.js +0 -306
- package/framework/v0.3.2/core/deps/swig-1.4.2/lib/loaders/filesystem.js +0 -59
- package/framework/v0.3.2/core/deps/swig-1.4.2/lib/loaders/index.js +0 -53
- package/framework/v0.3.2/core/deps/swig-1.4.2/lib/loaders/memory.js +0 -63
- package/framework/v0.3.2/core/deps/swig-1.4.2/lib/parser.js +0 -744
- package/framework/v0.3.2/core/deps/swig-1.4.2/lib/swig.js +0 -740
- package/framework/v0.3.2/core/deps/swig-1.4.2/lib/tags/autoescape.js +0 -37
- package/framework/v0.3.2/core/deps/swig-1.4.2/lib/tags/block.js +0 -25
- package/framework/v0.3.2/core/deps/swig-1.4.2/lib/tags/else.js +0 -25
- package/framework/v0.3.2/core/deps/swig-1.4.2/lib/tags/elseif.js +0 -28
- package/framework/v0.3.2/core/deps/swig-1.4.2/lib/tags/extends.js +0 -19
- package/framework/v0.3.2/core/deps/swig-1.4.2/lib/tags/filter.js +0 -68
- package/framework/v0.3.2/core/deps/swig-1.4.2/lib/tags/for.js +0 -130
- package/framework/v0.3.2/core/deps/swig-1.4.2/lib/tags/if.js +0 -86
- package/framework/v0.3.2/core/deps/swig-1.4.2/lib/tags/import.js +0 -91
- package/framework/v0.3.2/core/deps/swig-1.4.2/lib/tags/include.js +0 -100
- package/framework/v0.3.2/core/deps/swig-1.4.2/lib/tags/index.js +0 -16
- package/framework/v0.3.2/core/deps/swig-1.4.2/lib/tags/macro.js +0 -79
- package/framework/v0.3.2/core/deps/swig-1.4.2/lib/tags/parent.js +0 -51
- package/framework/v0.3.2/core/deps/swig-1.4.2/lib/tags/raw.js +0 -23
- package/framework/v0.3.2/core/deps/swig-1.4.2/lib/tags/set.js +0 -109
- package/framework/v0.3.2/core/deps/swig-1.4.2/lib/tags/spaceless.js +0 -42
- package/framework/v0.3.2/core/deps/swig-1.4.2/lib/utils.js +0 -184
- package/framework/v0.3.2/core/deps/swig-1.4.2/package.json +0 -41
- package/framework/v0.3.2/core/deps/swig-1.4.2/scripts/config-lint.js +0 -41
- package/framework/v0.3.2/core/deps/swig-1.4.2/scripts/githooks/post-merge +0 -3
- package/framework/v0.3.2/core/deps/swig-1.4.2/scripts/githooks/pre-commit +0 -59
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/basic.test.js +0 -296
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/bin/bin.filters.js +0 -3
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/bin/bin.locals.js +0 -5
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/bin/bin.locals.json +0 -7
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/bin/bin.tags.js +0 -15
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/bin/bin.test.js +0 -159
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/bin/custom_filter.bin.html +0 -1
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/bin/custom_tag.bin.html +0 -1
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/bin/custom_tagControls.bin.html +0 -1
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/bin/custom_varControls.bin.html +0 -1
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/bin/options.js +0 -3
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/extends_1.expectation.html +0 -6
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/extends_1.test.html +0 -3
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/extends_2.expectation.html +0 -6
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/extends_2.test.html +0 -5
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/extends_base.html +0 -6
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/extends_layouts/extends_4.base.html +0 -1
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/extends_layouts/extends_4.middle.html +0 -2
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/extends_layouts/extends_bare.html +0 -2
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/extends_layouts/extends_base.html +0 -3
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/extends_layouts/extends_include.html +0 -3
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/extends_layouts/extends_real_base.html +0 -1
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/extends_set.expectation.html +0 -6
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/extends_set.test.html +0 -4
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/extends_tests/extends_3.expectation.html +0 -1
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/extends_tests/extends_3.test.html +0 -3
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/extends_tests/extends_4.expectation.html +0 -1
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/extends_tests/extends_4.test.html +0 -2
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/import.expectation.html +0 -24
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/import.test.html +0 -10
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/include.expectation.html +0 -24
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/include.test.html +0 -13
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/include_bar.html +0 -1
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/include_extends.expectation.html +0 -4
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/include_extends.test.html +0 -1
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/includes.html +0 -1
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/macros.expectation.html +0 -8
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/macros.html +0 -23
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/macros.test.html +0 -11
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/nested_blocks.expectation.html +0 -3
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/nested_blocks.test.html +0 -3
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/nested_blocks_parent.html +0 -3
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/parent-parent.expectation.html +0 -8
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/parent-parent.test.html +0 -1
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/parent.expectation.html +0 -8
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/parent.test.html +0 -9
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/set.expectation.html +0 -3
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases/set.test.html +0 -8
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases-error/circular.test.html +0 -1
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases-error/circular_parent.html +0 -1
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases-error/extends-non-existent.test.html +0 -1
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases-error/report-filename-partial.html +0 -1
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/cases-error/report-filename.test.html +0 -1
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/comments.test.js +0 -12
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/filters.test.js +0 -316
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/loaders.test.js +0 -119
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/regressions.test.js +0 -41
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/tags/autoescape.test.js +0 -45
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/tags/else.test.js +0 -61
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/tags/extend.test.js +0 -11
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/tags/filter.test.js +0 -29
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/tags/for.test.js +0 -63
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/tags/if.test.js +0 -75
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/tags/import.test.js +0 -15
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/tags/include.test.js +0 -26
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/tags/macro.test.js +0 -38
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/tags/parent.test.js +0 -14
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/tags/raw.test.js +0 -33
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/tags/set.test.js +0 -56
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/tags/spaceless.test.js +0 -26
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/tags.test.js +0 -56
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/templates.test.js +0 -62
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/variables.test.js +0 -183
- package/framework/v0.3.2/core/deps/swig-1.4.2/tests/whitespace.test.js +0 -43
- package/framework/v0.3.2/lib/cmd/framework/get.js +0 -0
- package/framework/v0.3.2/lib/cmd/port/set.js +0 -0
- package/framework/v0.3.2/package.json +0 -5
- /package/framework/{v0.3.2 → v0.3.3}/AUTHORS +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/LICENSE +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/asset/html/nolayout.html +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/asset/html/static.html +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/asset/img/android-chrome-192x192.png +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/asset/img/android-chrome-512x512.png +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/asset/img/apple-touch-icon.png +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/asset/img/favicon-16x16.png +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/asset/img/favicon-32x32.png +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/asset/img/favicon.ico +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/asset/plugin/dist/vendor/gina/beemaster/beemaster.css +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/asset/plugin/dist/vendor/gina/beemaster/beemaster.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/asset/plugin/dist/vendor/gina/beemaster/index.html +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/asset/plugin/dist/vendor/gina/css/gina.min.css +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/asset/plugin/dist/vendor/gina/css/gina.min.css.br +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/asset/plugin/dist/vendor/gina/css/gina.min.css.gz +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/asset/plugin/dist/vendor/gina/html/statusbar.html +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/asset/plugin/dist/vendor/gina/html/statusbar.html.br +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/asset/plugin/dist/vendor/gina/html/statusbar.html.gz +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/asset/plugin/dist/vendor/gina/inspector/have_heart_one-webfont.woff2 +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/asset/plugin/dist/vendor/gina/inspector/index.html +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/asset/plugin/dist/vendor/gina/inspector/logo.svg +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/connectors/ai/index.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/connectors/ai/lib/connector.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/connectors/couchbase/index.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/connectors/couchbase/lib/connector.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/connectors/couchbase/lib/connector.v2.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/connectors/couchbase/lib/connector.v3.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/connectors/couchbase/lib/connector.v4.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/connectors/couchbase/lib/n1ql.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/connectors/couchbase/lib/session-store.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/connectors/couchbase/lib/session-store.v2.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/connectors/couchbase/lib/session-store.v3.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/connectors/couchbase/lib/session-store.v4.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/connectors/mysql/lib/connector.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/connectors/postgresql/lib/connector.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/connectors/redis/index.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/connectors/redis/lib/session-store.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/connectors/sql-parser.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/connectors/sqlite/lib/connector.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/connectors/sqlite/lib/session-store.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/content.encoding +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/controller/controller.framework.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/controller/controller.render-json.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/controller/controller.render-stream.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/controller/controller.render-swig.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/controller/controller.render-v1.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/controller/index.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/deps/busboy-1.6.0/LICENSE +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/deps/busboy-1.6.0/README.md +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/deps/busboy-1.6.0/lib/index.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/deps/busboy-1.6.0/lib/types/urlencoded.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/deps/busboy-1.6.0/lib/utils.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/deps/busboy-1.6.0/package.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/deps/optimist-0.6.1/LICENSE +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/deps/optimist-0.6.1/index.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/deps/optimist-0.6.1/package.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/deps/optimist-0.6.1/readme.markdown +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/deps/swig-client/swig-2.0.0.min.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/deps/swig-client/swig.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/dev/index.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/dev/lib/class.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/dev/lib/factory.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/dev/lib/tools.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/locales/README.md +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/locales/currency.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/locales/dist/language/en.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/locales/dist/language/fr.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/locales/dist/region/en.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/locales/dist/region/fr.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/locales/index.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/mime.types +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/model/entity.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/model/index.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/model/template/entityFactory.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/model/template/index.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/plugins/README.md +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/plugins/index.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/plugins/lib/file/README.md +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/plugins/lib/file/build.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/plugins/lib/file/package.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/plugins/lib/intl/README.md +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/plugins/lib/intl/build.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/plugins/lib/intl/package.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/plugins/lib/intl/src/main.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/plugins/lib/storage/README.md +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/plugins/lib/storage/build.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/plugins/lib/storage/package.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/plugins/lib/validator/README.md +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/plugins/lib/validator/build.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/plugins/lib/validator/package.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/plugins/lib/validator/src/form-validator.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/router.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/server.express.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/status.codes +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/_gitignore +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/boilerplate/bundle/config/app.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/boilerplate/bundle/config/connectors.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/boilerplate/bundle/config/routing.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/boilerplate/bundle/config/settings.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/boilerplate/bundle/config/settings.server.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/boilerplate/bundle/config/templates.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/boilerplate/bundle/config/watchers.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/boilerplate/bundle/controllers/controller.content.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/boilerplate/bundle/controllers/controller.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/boilerplate/bundle/controllers/setup.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/boilerplate/bundle/index.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/boilerplate/bundle_namespace/controllers/controller.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/boilerplate/bundle_public/css/default.css +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/boilerplate/bundle_public/css/home.css +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/boilerplate/bundle_public/css/vendor/readme.md +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/boilerplate/bundle_public/favicon.ico +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/boilerplate/bundle_public/js/vendor/readme.md +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/boilerplate/bundle_public/readme.md +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/boilerplate/bundle_templates/handlers/main.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/boilerplate/bundle_templates/html/content/homepage.html +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/boilerplate/bundle_templates/html/includes/error-msg-noscript.html +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/boilerplate/bundle_templates/html/includes/error-msg-outdated-browser.html +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/boilerplate/bundle_templates/html/layouts/main.html +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/command/gina.bat.tpl +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/command/gina.tpl +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/conf/env.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/conf/manifest.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/conf/package.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/conf/settings.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/conf/statics.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/conf/templates.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/error/client/json/401.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/error/client/json/403.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/error/client/json/404.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/error/server/html/50x.html +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/error/server/json/500.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/error/server/json/503.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/core/template/extensions/logger/config.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/helpers/console.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/helpers/context.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/helpers/data/LICENSE +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/helpers/data/README.md +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/helpers/data/package.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/helpers/data/src/main.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/helpers/dateFormat.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/helpers/index.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/helpers/json/LICENSE +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/helpers/json/README.md +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/helpers/json/package.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/helpers/path.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/helpers/plugins/README.md +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/helpers/plugins/package.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/helpers/plugins/src/api-error.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/helpers/plugins/src/main.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/helpers/prototypes.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/helpers/task.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/helpers/text.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/archiver/README.md +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/archiver/build.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/archiver/package.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/archiver/src/dep/jszip.min.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/archiver/src/main.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/async/package.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/async/src/main.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cache/README.md +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cache/build.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cache/package.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/bundle/add.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/bundle/build.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/bundle/copy.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/bundle/cp.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/bundle/help.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/bundle/list.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/bundle/remove.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/bundle/rename.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/bundle/restart.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/bundle/rm.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/bundle/status.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/bundle/stop.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/cache/stats.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/env/add.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/env/get.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/env/help.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/env/help.txt +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/env/link-dev.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/env/list.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/env/remove.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/env/rm.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/env/set.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/env/unset.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/env/use.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/framework/arguments.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/framework/build.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/framework/dot.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/framework/help.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/framework/init.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/framework/link-node-modules.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/framework/link.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/framework/msg.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/framework/open.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/framework/restart.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/framework/set.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/framework/start.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/framework/status.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/framework/stop.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/framework/tail.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/framework/update.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/framework/version.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/gina-dev.1.md +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/gina-framework.1.md +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/gina.1.md +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/helper.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/index.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/inspector/help.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/inspector/help.txt +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/inspector/open.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/minion/help.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/minion/help.txt +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/msg.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/port/help.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/port/inc/scan.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/port/list.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/port/reset.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/project/add.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/project/arguments.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/project/build.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/project/help.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/project/help.txt +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/project/import.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/project/list.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/project/move.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/project/remove.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/project/rename.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/project/restart.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/project/rm.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/project/start.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/project/status.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/project/stop.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/protocol/help.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/protocol/help.txt +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/protocol/list.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/protocol/set.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/scope/add.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/scope/help.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/scope/help.txt +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/scope/link-local.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/scope/link-production.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/scope/list.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/scope/remove.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/scope/rm.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/scope/use.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cmd/view/add.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/collection/README.md +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/collection/build.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/collection/package.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/config.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cron/README.md +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cron/package.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/cron/src/main.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/domain/LICENSE +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/domain/README.md +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/domain/dist/2025-03-14_13-41-20_UTC.dat +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/domain/dist/public_suffix_list.dat +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/domain/dist/public_suffix_list.dat.br +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/domain/dist/public_suffix_list.dat.gz +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/domain/package.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/domain/src/main.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/generator/index.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/inherits/LICENSE +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/inherits/README.md +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/inherits/package.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/inherits/src/main.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/logger/README.md +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/logger/package.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/logger/src/containers/default/index.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/logger/src/containers/file/index.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/logger/src/containers/file/lib/logrotator/README.md +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/logger/src/containers/file/lib/logrotator/index.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/logger/src/containers/mq/index.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/logger/src/containers/mq/speaker.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/logger/src/helper.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/logger/src/main.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/math/index.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/merge/README.md +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/merge/package.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/merge/src/main.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/model.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/proc.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/routing/README.md +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/routing/build.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/routing/package.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/routing/src/main.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/routing/src/radix.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/session-store.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/shell.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/state.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/swig-filters/README.md +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/swig-filters/package.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/swig-filters/src/main.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/url/README.md +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/url/index.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/url/routing.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/validator.js +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/watcher/package.json +0 -0
- /package/framework/{v0.3.2 → v0.3.3}/lib/watcher/src/main.js +0 -0
|
Binary file
|
|
Binary file
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
window.originalContext=null;
|
|
2
|
-
window.onGinaLoaded=function(b){if(!b)return!1;if(b.isFrameworkLoaded)return!0;var e={bundle:'{{ page.environment.bundle }}',env:'{{ page.environment.env }}',envIsDev:/^true$/.test('{{ page.environment.envIsDev }}')?!0:!1,scope:'{{ page.environment.scope }}',scopeIsLocal:/^true$/.test('{{ page.environment.scopeIsLocal }}')?!0:!1,scopeIsProduction:/^true$/.test('{{ page.environment.scopeIsProduction }}')?!0:!1,isProxyHost:/^true$/.test('{{ page.environment.isProxyHost }}')?!0:!1,hostname:'{{ page.environment.hostname }}',
|
|
3
|
-
routing:JSON.parse(decodeURIComponent('{{ page.environment.routing }}')),reverseRouting:JSON.parse(decodeURIComponent('{{ page.environment.reverseRouting }}')),version:'{{ page.environment.version }}',webroot:'{{ page.environment.webroot }}',protocol:'{{ page.environment.protocol }}'};if('undefined'!=typeof b.config.routing&&0<b.config.routing.count()&&'undefined'!=typeof b.config.reverseRouting&&!b.config.reverseRouting.count()||'undefined'!=typeof b.config.routing&&0<b.config.routing.count()&&'undefined'==
|
|
4
|
-
typeof b.config.reverseRouting){var a=b.config.routing,d={};for(var f in a)if(/,/.test(a[f].url)){var h=a[f].url.split(/,/g),g=0;let c=h.length;for(;g<c;++g)d[h[g]]=f}else d[a[f].url]=f;b.config.reverseRouting=d}if('undefined'!=typeof b.config)for(let c in b.config)e[c]=b.config[c];b.config=e;/^true$/i.test(e.g)&&(e.proxyHost=b.config.proxyHost='{{ page.environment.proxyHost }}',e.proxyHostname=b.config.proxyHostname='{{ page.environment.proxyHostname }}');b.session={id:'{{ page.data.session.id }}',
|
|
5
|
-
originalTimeout:'{{ page.data.session.timeout }}',createdAt:'{{ page.data.session.createdAt }}',lastModified:'{{ page.data.session.lastModified }}',expiresAt:null};b.session.__defineGetter__('timeout',function(){if(this.lastModified){this.lastModified&&'string'==typeof this.lastModified&&(this.lastModified=new Date(this.lastModified));this.createdAt&&'string'==typeof this.createdAt&&(this.createdAt=new Date(this.createdAt));this.originalTimeout&&'string'==typeof this.originalTimeout&&(this.originalTimeout=
|
|
6
|
-
parseInt(this.originalTimeout));this.expiresAt=new Date((new Date(this.lastModified)).getTime()+this.originalTimeout);var c=this.expiresAt-new Date}else c=null;return c});b.session.timeout;b.config.getRouting=function(c){var k={},l=b.config.routing;if('undefined'==typeof c)return l;c=new RegExp('\\@'+c+String.fromCharCode(36));for(var m in l)c.test(m)&&(k[m]=l[m]);return 0<k.count()?k:null};window.GINA_ENV='{{ page.environment.env }}';window.GINA_ENV_IS_DEV=/^true$/i.test('{{ page.environment.envIsDev }}')?
|
|
7
|
-
!0:!1;if('undefined'!=typeof location.search&&/debug=/i.test(location.search)||!location.search&&/\?/.test(location.href))a=(' '+location.search).slice(1),!a&&/\?/.test(location.href)&&(a=location.href.match(/\?.*/),Array.isArray(a)&&0<a.length&&(a=a[0])),(a=a.match(/debug=(true|false)/))&&(window.GINA_ENV_IS_DEV=b.config.envIsDev=/^true$/i.test(a[0].split(/=/)[1])?!0:!1),a=a=null;b.isFrameworkLoaded=!0;b.setOptions(e);try{b.forms=JSON.parse(decodeURIComponent('{{ page.environment.forms }}'))}catch(c){throw c;
|
|
8
|
-
}a=null;a=document.head.getElementsByTagName('link');d=0;f=a.length;h=!1;for(g=RegExp('css/vendor/gina/gina.min.css');d<f;++d)if(g.test(a[d].href)){h=!0;break}g=f=d=a=null;h||(a=document.createElement('link'),a.href=e.webroot+'css/vendor/gina/gina.min.css',a.media='screen',a.rel='stylesheet',a.type='text/css',e=document.getElementsByTagName('head')[0],(d=e.getElementsByTagName('link'))&&'undefined'!=typeof d.length&&0<d.length?e.insertBefore(a,d[0]):e.appendChild(a),e=d=null);return!0};
|
|
Binary file
|
|
Binary file
|
|
@@ -1,107 +0,0 @@
|
|
|
1
|
-
Contributing
|
|
2
|
-
============
|
|
3
|
-
|
|
4
|
-
Go to `gina/framework/${version}/core/deps/swig-1.4.2`, Then :
|
|
5
|
-
|
|
6
|
-
```tty
|
|
7
|
-
npm install --only=dev --npm-prefix=$(pwd)
|
|
8
|
-
```
|
|
9
|
-
|
|
10
|
-
Then:
|
|
11
|
-
|
|
12
|
-
```tty
|
|
13
|
-
gina build
|
|
14
|
-
```
|
|
15
|
-
|
|
16
|
-
You can stop here for now.
|
|
17
|
-
|
|
18
|
-
Contributions are awesome! However, Swig is held to very high coding standards, so to ensure that your pull request is easy to understand and will be more successful, please follow this checklist:
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
Checklist
|
|
22
|
-
---------
|
|
23
|
-
|
|
24
|
-
1. **Setup:** Before you begin, run `make` from your command line to ensure all dependencies are met.
|
|
25
|
-
2. **Test:** Always write new test cases. `make test` and `make test-browser`.
|
|
26
|
-
3. **Lint:** Ensure coding-standards are followed. `make lint`.
|
|
27
|
-
4. **Explain:** In your pull request, very clearly explain the use-case or problem that you are solving.
|
|
28
|
-
|
|
29
|
-
_Pull requests that fail to add test coverage, break tests, or fail linting standards will not be accepted._
|
|
30
|
-
|
|
31
|
-
The swig codebase is [highly tested](http://paularmstrong.github.io/swig/coverage.html) and linted, as a way to guarantee functionality and keep all code written in a particular style for readability. No contributions will be accepted that do not pass all tests or throw any linter errors.
|
|
32
|
-
|
|
33
|
-
Here's an example of a great pull request that followed the above checklist: [Pull Request 273 - Added patch and test case for object prototypal inheritance](https://github.com/paularmstrong/swig/pull/273).
|
|
34
|
-
|
|
35
|
-
Documentation
|
|
36
|
-
-------------
|
|
37
|
-
|
|
38
|
-
All documentation for Swig is generated from [JSDoc](http://usejsdoc.org) comments inline and Swig template files within the `./docs` folder. To make changes to any documentation, follow these steps and tips:
|
|
39
|
-
|
|
40
|
-
```sh
|
|
41
|
-
# Clone the repo
|
|
42
|
-
$ git clone git@github.com:paularmstrong/swig.git
|
|
43
|
-
$ cd swig
|
|
44
|
-
```
|
|
45
|
-
|
|
46
|
-
```sh
|
|
47
|
-
# Get dependencies
|
|
48
|
-
$ make
|
|
49
|
-
```
|
|
50
|
-
|
|
51
|
-
```sh
|
|
52
|
-
# Ensure your $NODE_PATH is set
|
|
53
|
-
# Place this in your ~/.bash_profile
|
|
54
|
-
export NODE_PATH=$(npm -g root 2>/dev/null)
|
|
55
|
-
```
|
|
56
|
-
|
|
57
|
-
```sh
|
|
58
|
-
# Run the documentation test environment
|
|
59
|
-
$ make docs
|
|
60
|
-
```
|
|
61
|
-
|
|
62
|
-
* Once you have the documentation test environment running, your browser will open showing you the documentation site.
|
|
63
|
-
* If you are making changes to HTML files in `./docs`, reload the page to see them reflected immediately.
|
|
64
|
-
* If you are changing any content from the inline [JSDoc](http://usejsdoc.org) comments, run `make build-docs` to rebuild the JSON data files.
|
|
65
|
-
|
|
66
|
-
### Important!
|
|
67
|
-
|
|
68
|
-
Once your documentation pull request is accepted, the person merging your request will be responsible for pushing the changes to the live site. Any attempts to push to or run a pull request to the `gh-pages` branch will not be accepted.
|
|
69
|
-
|
|
70
|
-
Build Tasks
|
|
71
|
-
-----------
|
|
72
|
-
|
|
73
|
-
### make
|
|
74
|
-
|
|
75
|
-
Installs all dependencies and sets up sanity-check git hooks.
|
|
76
|
-
|
|
77
|
-
### make build
|
|
78
|
-
|
|
79
|
-
Builds the browser-ified version of Swig to `./dist`.
|
|
80
|
-
|
|
81
|
-
### make test
|
|
82
|
-
|
|
83
|
-
Runs all test files matching `./test/*.test.js` within node.js.
|
|
84
|
-
|
|
85
|
-
### make test-browser
|
|
86
|
-
|
|
87
|
-
Builds for browser and runs a large subset of tests from the `make test` task within a browser environment using Phantom.js.
|
|
88
|
-
|
|
89
|
-
### make coverage
|
|
90
|
-
|
|
91
|
-
Builds a test coverage report.
|
|
92
|
-
|
|
93
|
-
### make docs
|
|
94
|
-
|
|
95
|
-
Builds documentation and runs a web-server for viewing a preview of the documentation site.
|
|
96
|
-
|
|
97
|
-
### make build-docs
|
|
98
|
-
|
|
99
|
-
Builds documentation for `docs` and `gh-pages` tasks from jsdoc comments in `./lib`.
|
|
100
|
-
|
|
101
|
-
### make gh-pages
|
|
102
|
-
|
|
103
|
-
Builds documentation as static HTML files and pushes them to the `gh-pages` git branch.
|
|
104
|
-
|
|
105
|
-
### make version
|
|
106
|
-
|
|
107
|
-
Updates the package version number throughout the source files from the `version` key found in `package.json`.
|
|
@@ -1,498 +0,0 @@
|
|
|
1
|
-
[1.4.2](https://github.com/paularmstrong/swig/tree/v1.4.2) / 2014-08-04
|
|
2
|
-
-----------------------------------------------------------------------
|
|
3
|
-
|
|
4
|
-
* **Added** Report JS parse errors with template filenames. gh-492
|
|
5
|
-
* **Fixed** Ensure block-level tags (`set`, etc) are parsed in correct order. gh-495
|
|
6
|
-
* **Fixed** Ensure import tag uses current Swig instance's loader. gh-421, gh-503
|
|
7
|
-
* **Fixed** Allow disabling cache on compile/render functions directly. gh-423
|
|
8
|
-
* **Fixed** Ensure compilation does not leak global variables. gh-496
|
|
9
|
-
* **Fixed** Fix for-loops to run on strings. gh-478, gh-479
|
|
10
|
-
* **Fixed** Allow macro output to be assigned using `set` tag. gh-499, gh-502
|
|
11
|
-
|
|
12
|
-
[1.4.1](https://github.com/paularmstrong/swig/tree/v1.4.1) / 2014-07-03
|
|
13
|
-
-----------------------------------------------------------------------
|
|
14
|
-
|
|
15
|
-
* **Fixed** `macro` argument names colliding with context variable names. gh-457
|
|
16
|
-
* **Fixed** filter chaining within tags. gh-441
|
|
17
|
-
|
|
18
|
-
[1.4.0](https://github.com/paularmstrong/swig/tree/v1.4.0) / 2014-07-03
|
|
19
|
-
-----------------------------------------------------------------------
|
|
20
|
-
|
|
21
|
-
* **Changed** Allow variable tokens to start with `$`. gh-455
|
|
22
|
-
* **Changed** `fs` loader should take `cwd` as default base path. gh-419
|
|
23
|
-
* **Changed** handle errors which occur at the time of rendering. gh-417
|
|
24
|
-
* **Changed** default options in bin (`varControls`, `tagControls`, `cmtControls`). gh-415
|
|
25
|
-
* **Changed** `null` should yield empty string when resolving variable. gh-408
|
|
26
|
-
* **Added** Escape character for `date` filter argument. gh-427, gh-432
|
|
27
|
-
* **Added** Make `if` and `elseif` throw a better error message when a tag body is omitted. gh-425
|
|
28
|
-
* **Fixed** don't throw errors on accessing property of `null` object. gh-471
|
|
29
|
-
* **Fixed** `loop` variables work correctly in nested loops. gh-433
|
|
30
|
-
* **Fixed** Some IE8 compatibility (require es5). gh-428
|
|
31
|
-
|
|
32
|
-
[1.3.2](https://github.com/paularmstrong/swig/tree/v1.3.2) / 2014-01-27
|
|
33
|
-
-----------------------------------------------------------------------
|
|
34
|
-
|
|
35
|
-
* **Fixed** `for` loop variables on objects. gh-409
|
|
36
|
-
* **Fixed** Misc. IE8 fixes. gh-410
|
|
37
|
-
* **Fixed** `include` files when loaders have base paths. gh-407
|
|
38
|
-
|
|
39
|
-
[1.3.0](https://github.com/paularmstrong/swig/tree/v1.3.0) / 2014-01-20
|
|
40
|
-
-----------------------------------------------------------------------
|
|
41
|
-
|
|
42
|
-
* **Changed** Removed official node v0.8.x support
|
|
43
|
-
* **Added** Custom template loader support. gh-377, gh-384, gh-382
|
|
44
|
-
* **Added** Ability to set root path using template loaders. gh-382, gh-293
|
|
45
|
-
* **Added** CLI now accepts custom filter and tag arguments. gh-391
|
|
46
|
-
* **Added** Allow `set` tag to set keys on objects with bracket and dot-notation. gh-388
|
|
47
|
-
* **Added** `groupBy` filter from swig-extras. gh-383
|
|
48
|
-
* **Fixed** `swig.run` `filepath` arg is always optional. gh-402
|
|
49
|
-
* **Fixed** Filters on non-empty functions apply correctly. gh-397
|
|
50
|
-
* **Fixed** Filters applied to functions w/ & w/o dotkeys. gh-365
|
|
51
|
-
* **Fixed** `date` filter `N` option returns correct number. gh-375
|
|
52
|
-
* **Fixed** Ensure getting parent template checks cache if on. gh-378
|
|
53
|
-
|
|
54
|
-
[1.2.2](https://github.com/paularmstrong/swig/tree/v1.2.2) / 2013-12-02
|
|
55
|
-
-----------------------------------------------------------------------
|
|
56
|
-
|
|
57
|
-
* **Fixed** CTX var output in imported macros. gh-363
|
|
58
|
-
|
|
59
|
-
[1.2.1](https://github.com/paularmstrong/swig/tree/v1.2.1) / 2013-12-02
|
|
60
|
-
-----------------------------------------------------------------------
|
|
61
|
-
|
|
62
|
-
* **Fixed** Scoping for Express. gh-363
|
|
63
|
-
|
|
64
|
-
[1.2.0](https://github.com/paularmstrong/swig/tree/v1.2.0) / 2013-12-01
|
|
65
|
-
-----------------------------------------------------------------------
|
|
66
|
-
|
|
67
|
-
* **Added** Filepath parameter can be passed to swig.run to allow extends in-browser. gh-349
|
|
68
|
-
* **Changed** Use local-context first for var lookups. gh-344, gh-347
|
|
69
|
-
* **Changed** Allow DOTKEY after functions/objects/filters. gh-355
|
|
70
|
-
* **Changed** Context of for-tags carries into includes. gh-356
|
|
71
|
-
* **Changed** When a callback is passed into compileFile, catch all errors thrown by compile and pass the error to callback. gh-340
|
|
72
|
-
* **Fixed** Instances of Swig retain their options properly. gh-351
|
|
73
|
-
* **Fixed** Fix misc documentation issues. gh-359, gh-358
|
|
74
|
-
|
|
75
|
-
[1.1.0](https://github.com/paularmstrong/swig/tree/v1.1.0) / 2013-10-02
|
|
76
|
-
-----------------------------------------------------------------------
|
|
77
|
-
|
|
78
|
-
* **Added** Allow logic in default parsing. gh-326
|
|
79
|
-
* **Fixed** Error when attempting to wrap spaceless tag around macro/function output. gh-336
|
|
80
|
-
* **Fixed** Don't overwrite keys on the locals object. gh-337
|
|
81
|
-
|
|
82
|
-
[1.0.0](https://github.com/paularmstrong/swig/tree/v1.0.0) / 2013-09-23
|
|
83
|
-
-----------------------------------------------------------------------
|
|
84
|
-
|
|
85
|
-
* **Fixed** Allow parent and other tags to work correctly nested in other tags. gh-331
|
|
86
|
-
* **Fixed** Prevent lexer from matching partial logic/words in variables. gh-330
|
|
87
|
-
|
|
88
|
-
Migrating from v0.x.x? View the [Migration Guide](https://github.com/paularmstrong/swig/wiki/Migrating-from-v0.x.x-to-v1.0.0)
|
|
89
|
-
|
|
90
|
-
[1.0.0-rc3](https://github.com/paularmstrong/swig/tree/v1.0.0-rc3) / 2013-09-14
|
|
91
|
-
-------------------------------------------------------------------------------
|
|
92
|
-
|
|
93
|
-
* **Fixed** Allow bools in token parser by default. gh-321
|
|
94
|
-
* **Fixed** Allow variables as object values. gh-323
|
|
95
|
-
* **Fixed** Don't partially match logic words. gh-322
|
|
96
|
-
* **Fixed** Parent tag in parent's block with no local block edge case. gh-316
|
|
97
|
-
|
|
98
|
-
[1.0.0-rc2](https://github.com/paularmstrong/swig/tree/v1.0.0-rc2) / 2013-09-06
|
|
99
|
-
-------------------------------------------------------------------------------
|
|
100
|
-
|
|
101
|
-
* **Changed** Function output from `variable` blocks are no longer auto-escaped. gh-309
|
|
102
|
-
* **Fixed** Allow nested macros to work when importing. gh-310
|
|
103
|
-
* **Fixed** swig.setDefaultTZOffset. gh-311
|
|
104
|
-
* **Changed** `set` tag assigns to the local context, allowing setting within `for` loops, etc. gh-303
|
|
105
|
-
* **Fixed** Standardize variable undefined checking. gh-301
|
|
106
|
-
* **Fixed** Remove multiple redefinition of block-level tags in compiled templates.
|
|
107
|
-
* **Fixed** Performance issue with compile if no default locals are defined.
|
|
108
|
-
|
|
109
|
-
[1.0.0-rc1](https://github.com/paularmstrong/swig/tree/v1.0.0-rc1) / 2013-08-28
|
|
110
|
-
-------------------------------------------------------------------------------
|
|
111
|
-
|
|
112
|
-
* **Added** `include` tag now accepts `only` (and is preferred, if possible). gh-240
|
|
113
|
-
* **Added** `swig.version` and `-v` to cli
|
|
114
|
-
* **Changed** Deprecated `raw` filter. Use `safe`.
|
|
115
|
-
* **Changed** Allow `import` and `macro` tags to be outside of blocks. gh-299
|
|
116
|
-
* **Changed** Don't escape `macro` output. gh-297
|
|
117
|
-
* **Changed** (Custom) Filters can be marked as `safe` to disable auto-escaping. gh-294
|
|
118
|
-
* **Fixed** `{% for k,v ... %}` tag syntax assigned variables backwards.
|
|
119
|
-
* **Fixed** Filters being applied to empty functions throwing errors. gh-296
|
|
120
|
-
* **Fixed** `include` paths on windows. gh-295
|
|
121
|
-
|
|
122
|
-
[1.0.0-pre3](https://github.com/paularmstrong/swig/tree/v1.0.0-pre3) / 2013-08-20
|
|
123
|
-
---------------------------------------------------------------------------------
|
|
124
|
-
|
|
125
|
-
* **Changed** Allow tags at block-level if specified. [gh-289](https://github.com/paularmstrong/swig/issues/289)
|
|
126
|
-
* **Fixed** `swig.compileFile` runs callback template is found in cache. [gh-291](https://github.com/paularmstrong/swig/issues/291)
|
|
127
|
-
* **Fixed** Accidental modification of Swig Options Object. [gh-287](https://github.com/paularmstrong/swig/issues/287)
|
|
128
|
-
* **Fixed** Preserve forward-slashes in text chunks. [gh-285](https://github.com/paularmstrong/swig/issues/285)
|
|
129
|
-
|
|
130
|
-
[1.0.0-pre2](https://github.com/paularmstrong/swig/tree/v1.0.0-pre2) / 2013-08-18
|
|
131
|
-
---------------------------------------------------------------------------------
|
|
132
|
-
|
|
133
|
-
* **Changed** Binary: Allow --method-name to be a shortcut for --wrap-start var setting.
|
|
134
|
-
* **Changed** Make reverse filter an alias for `sort(true)`.
|
|
135
|
-
* **Added** Allow asyncronous `compileFile` and `renderFile` operations. [gh-283](https://github.com/paularmstrong/swig/issues/283)
|
|
136
|
-
* **Added** Filter: `sort`.
|
|
137
|
-
* **Added** Allow {% end[tag] tokens... %}. [gh-278](https://github.com/paularmstrong/swig/issues/278)
|
|
138
|
-
* **Added** Built source map for minified browser source.
|
|
139
|
-
* **Added** Contextual support for object method calls. [gh-275](https://github.com/paularmstrong/swig/issues/275)
|
|
140
|
-
* **Added** `parser.on('start'|'end'...` options. [gh-274](https://github.com/paularmstrong/swig/issues/274)
|
|
141
|
-
* **Added** Allow object prototypal inheritance. [gh-273](https://github.com/paularmstrong/swig/issues/273)
|
|
142
|
-
* **Fixed** Prevent circular extends. [gh-282](https://github.com/paularmstrong/swig/issues/282)
|
|
143
|
-
* **Fixed** Throw an error if reserved word is used as var. [gh-276](https://github.com/paularmstrong/swig/issues/276)
|
|
144
|
-
* **Fixed** Add filename to errors if possible. [gh-280](https://github.com/paularmstrong/swig/issues/280)
|
|
145
|
-
* **Fixed** Filters work over arrays/objects if possible. [gh-259](https://github.com/paularmstrong/swig/issues/259)
|
|
146
|
-
* **Fixed** Allow {% parent %} to work in middle parent templates. [gh-277](https://github.com/paularmstrong/swig/issues/277)
|
|
147
|
-
* **Fixed** Allow newlines in tags/vars/comments. [gh-272](https://github.com/paularmstrong/swig/issues/272)
|
|
148
|
-
|
|
149
|
-
[1.0.0-pre1](https://github.com/paularmstrong/swig/tree/v1.0.0-pre1) / 2013-08-14
|
|
150
|
-
---------------------------------------------------------------------------------
|
|
151
|
-
|
|
152
|
-
* **Changed** Completely rewritting parsing engine supports many more syntaxes and is much easier to extend.
|
|
153
|
-
* **Changed** There is no more `swig.init` method.
|
|
154
|
-
* **Changed** Custom filters can be added using `swig.addFilter`
|
|
155
|
-
* **Changed** Custom tags can be added using `swig.addTag`
|
|
156
|
-
* **Changed** Writing custom tags uses an entirely new, simplified format
|
|
157
|
-
* **Changed** Removed the underscore/lodash dependency
|
|
158
|
-
* **Changed** Template parsing has been completely rewritten
|
|
159
|
-
* **Changed** `swig.compileFile` returns a function that renders templates, not an object
|
|
160
|
-
* **Changed** Express-compatible using `swig.renderFile`.
|
|
161
|
-
* **Changed** `extends`, `import`, and `include` now reference files with relative paths from the current file ([info](https://github.com/paularmstrong/swig/wiki/Migrating-from-v0.x.x-to-v1.0.0#extends-include-import-changes)).
|
|
162
|
-
* **Changed** `extends` may no longer accept variables ([info](https://github.com/paularmstrong/swig/wiki/Migrating-from-v0.x.x-to-v1.0.0#extends-include-import-changes)).
|
|
163
|
-
* **Changed** `else if` tag is now `elseif` or `elif`.
|
|
164
|
-
* **Changed** Removed `only` argument from `include`.
|
|
165
|
-
* **Changed** allow `_`, `$` to start var names in templates.
|
|
166
|
-
* **Changed** Documentation is auto-generated from jsdoc comments in-files.
|
|
167
|
-
* **Added** Ability to set custom var/tag/comment controls (`{{`, `}}`, etc, can be customized).
|
|
168
|
-
* **Added** Variable/string concatenation [gh-135](https://github.com/paularmstrong/swig/issues/135).
|
|
169
|
-
* **Added** Binary application for `compile`, `run`, and `render` (Lets you pre-compile templates into JS functions for client-side delivery).
|
|
170
|
-
* **Fixed** Lots.
|
|
171
|
-
|
|
172
|
-
[0.14.0](https://github.com/paularmstrong/swig/tree/v0.14.0) / 2013-06-08
|
|
173
|
-
-------------------------------------------------------------------------
|
|
174
|
-
|
|
175
|
-
* **Added** Allow executing functions from within templates [gh-182](https://github.com/paularmstrong/swig/pull/182)
|
|
176
|
-
* **Added** New `spaceless` tag [gh-193](https://github.com/paularmstrong/swig/pull/193)
|
|
177
|
-
* **Fixed** bug when attempting to loop over nested vars with `for`. [gh-232](https://github.com/paularmstrong/swig/pull/232)
|
|
178
|
-
|
|
179
|
-
[0.13.5](https://github.com/paularmstrong/swig/tree/v0.13.5) / 2013-01-29
|
|
180
|
-
-------------------------------------------------------------------------
|
|
181
|
-
|
|
182
|
-
* **Fixed** date filter output for 'O' when time-zone offset is negative [gh-185](https://github.com/paularmstrong/swig/pull/185)
|
|
183
|
-
|
|
184
|
-
[0.13.4](https://github.com/paularmstrong/swig/tree/v0.13.4) / 2012-12-19
|
|
185
|
-
-------------------------------------------------------------------------
|
|
186
|
-
|
|
187
|
-
* **Fixed** Runaway loop on missing template [gh-162](https://github.com/paularmstrong/swig/pull/162) [gh-165](https://github.com/paularmstrong/swig/pull/165)
|
|
188
|
-
* **Fixed** Allow variables in if tag conditionals to have filters with arguments [gh-167](https://github.com/paularmstrong/swig/pull/167)
|
|
189
|
-
|
|
190
|
-
[0.13.3](https://github.com/paularmstrong/swig/tree/v0.13.3) / 2012-12-07
|
|
191
|
-
-------------------------------------------------------------------------
|
|
192
|
-
|
|
193
|
-
* **Added** Support % (modulus) in if tags [gh-155](https://github.com/paularmstrong/swig/pull/155)
|
|
194
|
-
* **Added** Support multi-root via array [gh-143](https://github.com/paularmstrong/swig/pull/143)
|
|
195
|
-
|
|
196
|
-
[0.13.2](https://github.com/paularmstrong/swig/tree/v0.13.2) / 2012-10-28
|
|
197
|
-
-------------------------------------------------------------------------
|
|
198
|
-
|
|
199
|
-
* **Changed** Allow variables, filters, arguments to span lines [gh-122](https://github.com/paularmstrong/swig/issues/122)
|
|
200
|
-
* **Changed** Throw Errors when using undefined filters [gh-115](https://github.com/paularmstrong/swig/issues/115)
|
|
201
|
-
* **Fixed** compiling files from absolute paths [gh-103](https://github.com/paularmstrong/swig/issues/103)
|
|
202
|
-
* **Fixed** Prevent global variables from being used before context variables [gh-117](https://github.com/paularmstrong/swig/issues/117)
|
|
203
|
-
|
|
204
|
-
[Documentation](https://github.com/paularmstrong/swig/tree/v0.13.2/docs)
|
|
205
|
-
|
|
206
|
-
[0.13.1](https://github.com/paularmstrong/swig/tree/v0.13.1) / 2012-10-28
|
|
207
|
-
-------------------------------------------------------------------------
|
|
208
|
-
|
|
209
|
-
* **Fixed** Macros should be preserved when using inheritence [gh-132](https://github.com/paularmstrong/swig/issues/132) ([nsaun](https://github.com/nsaun))
|
|
210
|
-
* **Fixed** bug in parent tag logic [gh-130](https://github.com/paularmstrong/swig/issues/130)
|
|
211
|
-
* **Fixed** Error messaging when parent block failed compilation [gh-129](https://github.com/paularmstrong/swig/issues/129) ([nsaun](https://github.com/nsaun))
|
|
212
|
-
|
|
213
|
-
[Documentation](https://github.com/paularmstrong/swig/tree/v0.13.1/docs)
|
|
214
|
-
|
|
215
|
-
[0.13.0](https://github.com/paularmstrong/swig/tree/v0.13.0) / 2012-10-20
|
|
216
|
-
-------------------------------------------------------------------------
|
|
217
|
-
|
|
218
|
-
* **Added** Support for nested blocks! [gh-64](https://github.com/paularmstrong/swig/issues/64) [gh-129](https://github.com/paularmstrong/swig/issues/129) ([nsaun](https://github.com/nsaun))
|
|
219
|
-
* **Changed** Removed the `parentBlock` argument from tags.
|
|
220
|
-
* **Fixed** Object keys may now contain dots
|
|
221
|
-
|
|
222
|
-
[Documentation](https://github.com/paularmstrong/swig/tree/v0.13.0/docs)
|
|
223
|
-
|
|
224
|
-
[0.12.1](https://github.com/paularmstrong/swig/tree/v0.12.1) / 2012-10-05
|
|
225
|
-
-------------------------------------------------------------------------
|
|
226
|
-
|
|
227
|
-
* **Added** More information on some parser errors
|
|
228
|
-
* **Added** indent parameter to json_encode filter to support pretty-printing.
|
|
229
|
-
* **Added** support for variables as `extends` tag parameters
|
|
230
|
-
* **Fixed** Compile errors in Android and other random browsers
|
|
231
|
-
* **Fixed** Misc documentation
|
|
232
|
-
* **Fixed** Leaking __keys variable into global scope
|
|
233
|
-
*
|
|
234
|
-
[Documentation](https://github.com/paularmstrong/swig/tree/v0.12.1/docs)
|
|
235
|
-
|
|
236
|
-
[0.12.0](https://github.com/paularmstrong/swig/tree/v0.12.0) / 2012-07-26
|
|
237
|
-
-------------------------------------------------------------------------
|
|
238
|
-
|
|
239
|
-
* **Fixed** Misc documenation
|
|
240
|
-
* **Changed** Support Node.js >=v0.6
|
|
241
|
-
|
|
242
|
-
[Documentation](https://github.com/paularmstrong/swig/tree/v0.12.0/docs)
|
|
243
|
-
|
|
244
|
-
[0.11.2](https://github.com/paularmstrong/swig/tree/v0.11.2) / 2012-04-10
|
|
245
|
-
-------------------------------------------------------------------------
|
|
246
|
-
|
|
247
|
-
* **Fixed** Update support for underscore@1.3.3 [gh-70](https://github.com/paularmstrong/swig/issues/70) [gh-71](https://github.com/paularmstrong/swig/issues/71)
|
|
248
|
-
|
|
249
|
-
[Documentation](https://github.com/paularmstrong/swig/tree/v0.11.2/docs)
|
|
250
|
-
|
|
251
|
-
[0.11.1](https://github.com/paularmstrong/swig/tree/v0.11.1) / 2012-04-01
|
|
252
|
-
-------------------------------------------------------------------------
|
|
253
|
-
|
|
254
|
-
* **Fixed** Duplicate (string) tokens were being removed when extending a base template. [gh-67](https://github.com/paularmstrong/swig/issues/67)
|
|
255
|
-
|
|
256
|
-
[Documentation](https://github.com/paularmstrong/swig/tree/v0.11.1/docs)
|
|
257
|
-
|
|
258
|
-
[0.11.0](https://github.com/paularmstrong/swig/tree/v0.11.0) / 2012-02-27
|
|
259
|
-
-------------------------------------------------------------------------
|
|
260
|
-
|
|
261
|
-
* **Added** Support for Windows style paths [gh-57](https://github.com/paularmstrong/swig/issues/57)
|
|
262
|
-
* **Added** `ignore missing` tokens to include tag
|
|
263
|
-
* **Changed** include tag `with context` to only work if `context` is an object
|
|
264
|
-
* **Changed** `autoescape` tag controls no longer 'yes' or 'no'. Use `true` and `false`
|
|
265
|
-
* **Changed** parser is now passed into tags as an argument
|
|
266
|
-
* **Changed** don't require passing context object when rendering template
|
|
267
|
-
* **Fixed** dateformats `N` and `w` [gh-59](https://github.com/paularmstrong/swig/issues/59)
|
|
268
|
-
* **Fixed** number changing to string after add filter or set from variable [gh-53](https://github.com/paularmstrong/swig/issues/53) [gh-58](https://github.com/paularmstrong/swig/issues/58)
|
|
269
|
-
* **Fixed** speed decrease caused by loop.cycle fixed
|
|
270
|
-
* **Fixed** Ensure set tag bubbles through extends and blocks
|
|
271
|
-
|
|
272
|
-
[Documentation](https://github.com/paularmstrong/swig/tree/v0.11.0/docs)
|
|
273
|
-
|
|
274
|
-
[0.10.0](https://github.com/paularmstrong/swig/tree/v0.10.0) / 2012-02-13
|
|
275
|
-
-------------------------------------------------------------------------
|
|
276
|
-
|
|
277
|
-
* **Added** loop.index0, loop.revindex, loop.revindex0, and loop.cycle [gh-48](https://github.com/paularmstrong/swig/issues/48)
|
|
278
|
-
* **Added** init config `extensions` for 3rd party extension access in custom tags [gh-44](https://github.com/paularmstrong/swig/issues/44)
|
|
279
|
-
* **Added** Whitespace Control [gh-46](https://github.com/paularmstrong/swig/issues/46)
|
|
280
|
-
* **Changed** The `empty` tag in `for` loops is now `else` [gh-49](https://github.com/paularmstrong/swig/issues/49)
|
|
281
|
-
* **Changed** `forloop` vars to `loop` closes [gh-47](https://github.com/paularmstrong/swig/issues/47)
|
|
282
|
-
* **Fixed** `include` tag's `with` and `only` args documentation [gh-50](https://github.com/paularmstrong/swig/issues/50)
|
|
283
|
-
|
|
284
|
-
[Documentation](https://github.com/paularmstrong/swig/tree/v0.10.0/docs)
|
|
285
|
-
|
|
286
|
-
[0.9.4](https://github.com/paularmstrong/swig/tree/v0.9.4) / 2012-02-07
|
|
287
|
-
-----------------------------------------------------------------------
|
|
288
|
-
|
|
289
|
-
* **Fixed** `parent` tag would not render when called within tags [gh-41](https://github.com/paularmstrong/swig/issues/41)
|
|
290
|
-
* **Fixed** Documentation for forloop.index & forloop.key [gh-42](https://github.com/paularmstrong/swig/issues/42)
|
|
291
|
-
* **Fixed** Errors when using `include` inside base template `block` tags [gh-43](https://github.com/paularmstrong/swig/issues/43)
|
|
292
|
-
* **Fixed** Allow `set` tag to set values to numbers [gh-45](https://github.com/paularmstrong/swig/issues/45)
|
|
293
|
-
* **Fixed** `set` tag for booleans using too many checks
|
|
294
|
-
|
|
295
|
-
[Documentation](https://github.com/paularmstrong/swig/tree/v0.9.4/docs)
|
|
296
|
-
|
|
297
|
-
[0.9.3](https://github.com/paularmstrong/swig/tree/v0.9.3) / 2012-01-28
|
|
298
|
-
-----------------------------------------------------------------------
|
|
299
|
-
|
|
300
|
-
* **Fixed** Allow object and array values to be accessed via context variables [gh-40](https://github.com/paularmstrong/swig/issues/40)
|
|
301
|
-
|
|
302
|
-
[Documentation](https://github.com/paularmstrong/swig/tree/v0.9.3/docs)
|
|
303
|
-
|
|
304
|
-
[0.9.2](https://github.com/paularmstrong/swig/tree/v0.9.2) / 2012-01-23
|
|
305
|
-
-----------------------------------------------------------------------
|
|
306
|
-
|
|
307
|
-
* **Fixed** Correctly reset autoescape after closing an autoescape tag. [gh-39](https://github.com/paularmstrong/swig/issues/39)
|
|
308
|
-
|
|
309
|
-
[Documentation](https://github.com/paularmstrong/swig/tree/v0.9.2/docs)
|
|
310
|
-
|
|
311
|
-
[0.9.1](https://github.com/paularmstrong/swig/tree/v0.9.1) / 2012-01-18
|
|
312
|
-
-----------------------------------------------------------------------
|
|
313
|
-
|
|
314
|
-
* **Fixed** Allow multi-line tags and comments. [gh-30](https://github.com/paularmstrong/swig/issues/30)
|
|
315
|
-
|
|
316
|
-
[Documentation](https://github.com/paularmstrong/swig/tree/v0.9.1/docs)
|
|
317
|
-
|
|
318
|
-
[0.9.0](https://github.com/paularmstrong/swig/tree/v0.9.0) / 2011-12-30
|
|
319
|
-
-----------------------------------------------------------------------
|
|
320
|
-
|
|
321
|
-
* **Added** DateZ license to browser header, use link to underscore license.
|
|
322
|
-
* **Added** Timezone support in `date` filter [gh-27](https://github.com/paularmstrong/swig/issues/27).
|
|
323
|
-
* **Added** New `raw` tag.
|
|
324
|
-
* **Changed** Swig is no longer node 0.4 compatible.
|
|
325
|
-
* **Fixed** Filter `date('f')` for 10am times.
|
|
326
|
-
* **Fixed** Filter `date('r')` returns in UTC date format. This is more correct tospec RFC2822, per [php.net/date](http://php.net/date).
|
|
327
|
-
* **Fixed** Filter `add` when adding numbers/numbers+strings together.
|
|
328
|
-
* **Fixed** Tests for error messages that changed in node >0.6.0.
|
|
329
|
-
|
|
330
|
-
[Documentation](https://github.com/paularmstrong/swig/tree/v0.9.0/docs)
|
|
331
|
-
|
|
332
|
-
[0.8.0](https://github.com/paularmstrong/swig/tree/v0.8.0) / 2011-11-04
|
|
333
|
-
-----------------------------------------------------------------------
|
|
334
|
-
|
|
335
|
-
* **Added** date filter formats `z`, `W`, `t`, `L`, `o`, `B`, and `c`.
|
|
336
|
-
* **Added** New `filter` tag.
|
|
337
|
-
* **Added** Node.js compatible 0.4.1 - 0.6.X
|
|
338
|
-
* **Added** Allow setting cache globally or per-template.
|
|
339
|
-
* **Changed** Removed `swig.render` and `swig.fromString`.
|
|
340
|
-
* **Changed** `swig.fromFile` is now `swig.compileFile`.
|
|
341
|
-
* **Changed** `swig.init()` will clear template cache.
|
|
342
|
-
* **Changed** `swig.init()` is now optional for browser mode with no custom settings.
|
|
343
|
-
* **Changed** Development dependencies are be more lenient.
|
|
344
|
-
* **Fixed** Parser will properly preserver '\' escaping. [gh-24](https://github.com/paularmstrong/swig/issues/24)
|
|
345
|
-
* **Fixed** Rewrote tag argument parsing for proper space handling.
|
|
346
|
-
* **Fixed** Rewrote filter argument parsing. [gh-23](https://github.com/paularmstrong/swig/issues/23)
|
|
347
|
-
* **Fixed** Allow pipe `|` characters in filter arguments. [gh-22](https://github.com/paularmstrong/swig/issues/22)
|
|
348
|
-
|
|
349
|
-
[Documentation](https://github.com/paularmstrong/swig/tree/v0.8.0/docs)
|
|
350
|
-
|
|
351
|
-
[0.7.0](https://github.com/paularmstrong/swig/tree/v0.7.0) / 2011-10-05
|
|
352
|
-
-----------------------------------------------------------------------
|
|
353
|
-
|
|
354
|
-
* **Added** `make browser` will build Swig for use in major browsers. [gh-3](https://github.com/paularmstrong/swig/issues/3)
|
|
355
|
-
* **Changed** Allow overriding `escape` filters. [gh-19](https://github.com/paularmstrong/swig/issues/19)
|
|
356
|
-
|
|
357
|
-
[Documentation](https://github.com/paularmstrong/swig/tree/v0.7.0/docs)
|
|
358
|
-
|
|
359
|
-
[0.6.1](https://github.com/paularmstrong/swig/tree/v0.6.1) / 2011-10-02
|
|
360
|
-
-----------------------------------------------------------------------
|
|
361
|
-
|
|
362
|
-
* **Fixed** chaining filters when the first takes a variable as an argument will not crash parsing.
|
|
363
|
-
|
|
364
|
-
[Documentation](https://github.com/paularmstrong/swig/tree/v0.6.1/docs)
|
|
365
|
-
|
|
366
|
-
[0.6.0](https://github.com/paularmstrong/swig/tree/v0.6.0) / 2011-10-02
|
|
367
|
-
-----------------------------------------------------------------------
|
|
368
|
-
|
|
369
|
-
* **Added** `{% import foo as bar %}` tag for importing macros.
|
|
370
|
-
* **Added** Allow escaping for js in escape filter and autoescape tag.
|
|
371
|
-
* **Added** `raw` filter to force variable to not be escaped.
|
|
372
|
-
* **Added** `escape` and `e` filters to force variable to be escaped.
|
|
373
|
-
* **Added** Allow filters to accept any JS objects, arrays, strings, and context variables.
|
|
374
|
-
* **Changed** `if`, `else`, and `else if` tags support all JS-valid if-syntaxes + extra operators.
|
|
375
|
-
* **Fixed** `default` filter for undefined variables. closes gh-18
|
|
376
|
-
|
|
377
|
-
[Documentation](https://github.com/paularmstrong/swig/tree/v0.6.0/docs)
|
|
378
|
-
|
|
379
|
-
[0.5.0](https://github.com/paularmstrong/swig/tree/v0.5.0) / 2011-09-27
|
|
380
|
-
-----------------------------------------------------------------------
|
|
381
|
-
|
|
382
|
-
* **Added** More error messaging in some edge cases.
|
|
383
|
-
* **Added** Better error messaging including context and line numbers.
|
|
384
|
-
* **Changed** Improved compile and render speeds.
|
|
385
|
-
* **Changed** `include` tags accept context variables instead of just strings.
|
|
386
|
-
* **Changed** Templates can be compiled and rendered from an absolute path outside of the template root.
|
|
387
|
-
* **Fixed** Will not double escape output.
|
|
388
|
-
|
|
389
|
-
[Documentation](https://github.com/paularmstrong/swig/tree/v0.5.0/docs)
|
|
390
|
-
|
|
391
|
-
[0.4.0](https://github.com/paularmstrong/swig/tree/v0.4.0) / 2011-09-24
|
|
392
|
-
-----------------------------------------------------------------------
|
|
393
|
-
|
|
394
|
-
* **Added** Macro support [docs](docs/tags.md)
|
|
395
|
-
* **Changed** Removed requirement to manually specify `locals` for express support.
|
|
396
|
-
* **Changed** Increased cache lookup speed by removing crypto dependency.
|
|
397
|
-
* **Fixed** `length` filter returns length of objects (number of keys).
|
|
398
|
-
* **Fixed** Filters return empty string unless they can apply to the given object.
|
|
399
|
-
* **Fixed** Filters will attempt to apply to all values in an object or array.
|
|
400
|
-
|
|
401
|
-
[Documentation](https://github.com/paularmstrong/swig/tree/v0.4.0/docs)
|
|
402
|
-
|
|
403
|
-
[0.3.0](https://github.com/paularmstrong/swig/tree/v0.3.0) / 2011-09-17
|
|
404
|
-
-----------------------------------------------------------------------
|
|
405
|
-
|
|
406
|
-
* **Added** Support for `{% set ... %}` tag.
|
|
407
|
-
|
|
408
|
-
[Documentation](https://github.com/paularmstrong/swig/tree/v0.3.0/docs)
|
|
409
|
-
|
|
410
|
-
[0.2.3](https://github.com/paularmstrong/swig/tree/v0.2.3) / 2011-09-16
|
|
411
|
-
-----------------------------------------------------------------------
|
|
412
|
-
|
|
413
|
-
* **Fixed** Critical fix for negations in `if` blocks.
|
|
414
|
-
* **Added** Support for `forloop.first` in `for` blocks.
|
|
415
|
-
* **Added** Support for `forloop.last` in `for` blocks.
|
|
416
|
-
* **Added** Support for `forloop.key` in `for` blocks.
|
|
417
|
-
* **Added** Support for `{% empty %}` in `for` blocks.
|
|
418
|
-
|
|
419
|
-
[Documentation](https://github.com/paularmstrong/swig/tree/v0.2.3/docs)
|
|
420
|
-
|
|
421
|
-
[0.2.2](https://github.com/paularmstrong/swig/tree/v0.2.2) / 2011-09-16
|
|
422
|
-
-----------------------------------------------------------------------
|
|
423
|
-
|
|
424
|
-
* **Added** Support for `else if ...` within `if` blocks.
|
|
425
|
-
|
|
426
|
-
[Documentation](https://github.com/paularmstrong/swig/tree/v0.2.2/docs)
|
|
427
|
-
|
|
428
|
-
[0.2.1](https://github.com/paularmstrong/swig/tree/v0.2.1) / 2011-09-13
|
|
429
|
-
-----------------------------------------------------------------------
|
|
430
|
-
|
|
431
|
-
* **Added** Support for `else` within `if` blocks.
|
|
432
|
-
|
|
433
|
-
[Documentation](https://github.com/paularmstrong/swig/tree/v0.2.1/docs)
|
|
434
|
-
|
|
435
|
-
[0.2.0](https://github.com/paularmstrong/swig/tree/v0.2.0) / 2011-09-11
|
|
436
|
-
-----------------------------------------------------------------------
|
|
437
|
-
|
|
438
|
-
* **Fixed** `if` statements allow filters applied to operands.
|
|
439
|
-
* **Fixed** `for` loops allow filters applied to the object that will be iterated over.
|
|
440
|
-
|
|
441
|
-
[Documentation](https://github.com/paularmstrong/swig/tree/v0.2.0/docs)
|
|
442
|
-
|
|
443
|
-
[0.1.9](https://github.com/paularmstrong/swig/tree/v0.1.9) / 2011-09-11
|
|
444
|
-
-----------------------------------------------------------------------
|
|
445
|
-
|
|
446
|
-
* **Added** `allowErrors` flag will allow errors to be thrown and bubbled up. Default to catch errors.
|
|
447
|
-
* **Changed** Internal speed improvements.
|
|
448
|
-
|
|
449
|
-
[Documentation](https://github.com/paularmstrong/swig/tree/v0.1.9/docs)
|
|
450
|
-
|
|
451
|
-
[0.1.8](https://github.com/paularmstrong/swig/tree/v0.1.8) / 2011-09-10
|
|
452
|
-
-----------------------------------------------------------------------
|
|
453
|
-
|
|
454
|
-
* **Added** `add`, `addslashes`, and `replace` filters.
|
|
455
|
-
* **Changed** All tags that 'end' must use named ends like `endblock`, `endif`, `endfor`, etc...
|
|
456
|
-
|
|
457
|
-
[Documentation](https://github.com/paularmstrong/swig/tree/v0.1.8/docs)
|
|
458
|
-
|
|
459
|
-
[0.1.7](https://github.com/paularmstrong/swig/tree/v0.1.7) / 2011-09-05
|
|
460
|
-
-----------------------------------------------------------------------
|
|
461
|
-
|
|
462
|
-
* **Added** this History document
|
|
463
|
-
* **Fixed** date filter to zero-pad correctly during september when using 'm' format
|
|
464
|
-
|
|
465
|
-
[Documentation](https://github.com/paularmstrong/swig/tree/v0.1.7/docs)
|
|
466
|
-
|
|
467
|
-
[0.1.6](https://github.com/paularmstrong/swig/tree/v0.1.6) / 2011-09-04
|
|
468
|
-
-----------------------------------------------------------------------
|
|
469
|
-
|
|
470
|
-
* **Fixed** Template inheritance blocks messing up.
|
|
471
|
-
|
|
472
|
-
[Documentation](https://github.com/paularmstrong/swig/tree/v0.1.6/docs)
|
|
473
|
-
|
|
474
|
-
[0.1.5](https://github.com/paularmstrong/swig/tree/v0.1.5) / 2011-09-04
|
|
475
|
-
-----------------------------------------------------------------------
|
|
476
|
-
|
|
477
|
-
* **Added** `first`, `last`, and `uniq` filters
|
|
478
|
-
* **Added** ability to specify custom filters
|
|
479
|
-
* **Added** ability to specify custom tags
|
|
480
|
-
* **Changed** slots removed -- implement using custom tags if desired
|
|
481
|
-
* **Fixed** ability to do either dot- or bracket-notation or mixed in variables
|
|
482
|
-
* **Fixed** internal parsing helpers
|
|
483
|
-
|
|
484
|
-
[Documentation](https://github.com/paularmstrong/swig/tree/v0.1.5/docs)
|
|
485
|
-
|
|
486
|
-
[0.1.3](https://github.com/paularmstrong/swig/tree/v0.1.3) / 2011-09-01
|
|
487
|
-
-----------------------------------------------------------------------
|
|
488
|
-
|
|
489
|
-
* **Fixed** filter parser to work correctly with single-quoted params in filters.
|
|
490
|
-
|
|
491
|
-
[Documentation](https://github.com/paularmstrong/swig/tree/v0.1.3/docs)
|
|
492
|
-
|
|
493
|
-
[0.1.2](https://github.com/paularmstrong/swig/tree/v0.1.2) / 2011-09-01
|
|
494
|
-
-----------------------------------------------------------------------
|
|
495
|
-
|
|
496
|
-
* Initial **swig** publish after forking from [node-t](https://github.com/skid/node-t)
|
|
497
|
-
|
|
498
|
-
[Documentation](https://github.com/paularmstrong/swig/tree/v0.1.2/docs)
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
Copyright (c) 2010-2013 Paul Armstrong
|
|
2
|
-
|
|
3
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
4
|
-
|
|
5
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
6
|
-
|
|
7
|
-
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|