gina 0.1.6-alpha.9 → 0.1.6-alpha.91
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/LICENSE +1 -1
- package/README-4Contributors.md +14 -8
- package/README.md +4 -4
- package/bin/cli +14 -0
- package/bin/gina +29 -1
- package/framework/{v0.1.6-alpha.9/lib/inherits → v0.1.6-alpha.91}/LICENSE +1 -1
- package/framework/v0.1.6-alpha.91/VERSION +1 -0
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/asset/plugin/README.md +1 -0
- package/framework/v0.1.6-alpha.91/core/asset/plugin/dist/vendor/gina/css/gina.min.css.map +1 -0
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/asset/plugin/dist/vendor/gina/html/toolbar.html +1 -1
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/asset/plugin/dist/vendor/gina/js/gina.js +582 -217
- package/framework/v0.1.6-alpha.91/core/asset/plugin/dist/vendor/gina/js/gina.min.js +777 -0
- package/framework/v0.1.6-alpha.91/core/asset/plugin/dist/vendor/gina/js/gina.min.js.map +8 -0
- package/framework/v0.1.6-alpha.91/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js +8 -0
- package/framework/v0.1.6-alpha.91/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js.map +8 -0
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/config.js +157 -76
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/connectors/couchbase/index.js +92 -22
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/connectors/couchbase/lib/connector.v4.js +28 -22
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/controller/controller.js +431 -111
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/controller/index.js +2 -2
- package/framework/v0.1.6-alpha.91/core/deps/busboy-1.6.0/.github/workflows/ci.yml +24 -0
- package/framework/v0.1.6-alpha.91/core/deps/busboy-1.6.0/.github/workflows/lint.yml +23 -0
- package/framework/v0.1.6-alpha.91/core/deps/busboy-1.6.0/README.md +191 -0
- package/framework/v0.1.6-alpha.91/core/deps/busboy-1.6.0/bench/bench-multipart-fields-100mb-big.js +149 -0
- package/framework/v0.1.6-alpha.91/core/deps/busboy-1.6.0/bench/bench-multipart-fields-100mb-small.js +143 -0
- package/framework/v0.1.6-alpha.91/core/deps/busboy-1.6.0/bench/bench-multipart-files-100mb-big.js +154 -0
- package/framework/v0.1.6-alpha.91/core/deps/busboy-1.6.0/bench/bench-multipart-files-100mb-small.js +148 -0
- package/framework/v0.1.6-alpha.91/core/deps/busboy-1.6.0/bench/bench-urlencoded-fields-100pairs-small.js +101 -0
- package/framework/v0.1.6-alpha.91/core/deps/busboy-1.6.0/bench/bench-urlencoded-fields-900pairs-small-alt.js +84 -0
- package/framework/v0.1.6-alpha.91/core/deps/busboy-1.6.0/lib/index.js +57 -0
- package/framework/v0.1.6-alpha.91/core/deps/busboy-1.6.0/lib/types/multipart.js +680 -0
- package/framework/v0.1.6-alpha.91/core/deps/busboy-1.6.0/lib/types/urlencoded.js +350 -0
- package/framework/v0.1.6-alpha.91/core/deps/busboy-1.6.0/lib/utils.js +596 -0
- package/framework/v0.1.6-alpha.91/core/deps/busboy-1.6.0/package.json +22 -0
- package/framework/v0.1.6-alpha.91/core/deps/optimist-0.6.1/.travis.yml +4 -0
- package/framework/v0.1.6-alpha.91/core/deps/optimist-0.6.1/LICENSE +21 -0
- package/framework/v0.1.6-alpha.91/core/deps/optimist-0.6.1/example/bool.js +10 -0
- package/framework/v0.1.6-alpha.91/core/deps/optimist-0.6.1/example/boolean_double.js +7 -0
- package/framework/v0.1.6-alpha.91/core/deps/optimist-0.6.1/example/boolean_single.js +7 -0
- package/framework/v0.1.6-alpha.91/core/deps/optimist-0.6.1/example/default_hash.js +8 -0
- package/framework/v0.1.6-alpha.91/core/deps/optimist-0.6.1/example/default_singles.js +7 -0
- package/framework/v0.1.6-alpha.91/core/deps/optimist-0.6.1/example/divide.js +8 -0
- package/framework/v0.1.6-alpha.91/core/deps/optimist-0.6.1/example/line_count.js +20 -0
- package/framework/v0.1.6-alpha.91/core/deps/optimist-0.6.1/example/line_count_options.js +29 -0
- package/framework/v0.1.6-alpha.91/core/deps/optimist-0.6.1/example/line_count_wrap.js +29 -0
- package/framework/v0.1.6-alpha.91/core/deps/optimist-0.6.1/example/nonopt.js +4 -0
- package/framework/v0.1.6-alpha.91/core/deps/optimist-0.6.1/example/reflect.js +2 -0
- package/framework/v0.1.6-alpha.91/core/deps/optimist-0.6.1/example/short.js +3 -0
- package/framework/v0.1.6-alpha.91/core/deps/optimist-0.6.1/example/string.js +11 -0
- package/framework/v0.1.6-alpha.91/core/deps/optimist-0.6.1/example/usage-options.js +19 -0
- package/framework/v0.1.6-alpha.91/core/deps/optimist-0.6.1/example/xup.js +10 -0
- package/framework/v0.1.6-alpha.91/core/deps/optimist-0.6.1/index.js +343 -0
- package/framework/v0.1.6-alpha.91/core/deps/optimist-0.6.1/package.json +31 -0
- package/framework/v0.1.6-alpha.91/core/deps/optimist-0.6.1/package.json.dist +39 -0
- package/framework/v0.1.6-alpha.91/core/deps/optimist-0.6.1/readme.markdown +513 -0
- package/framework/v0.1.6-alpha.91/core/deps/swig-1.4.2/HISTORY.md +498 -0
- package/framework/v0.1.6-alpha.91/core/deps/swig-1.4.2/LICENSE +7 -0
- package/framework/v0.1.6-alpha.91/core/deps/swig-1.4.2/README.md +88 -0
- package/framework/v0.1.6-alpha.91/core/deps/swig-1.4.2/bin/swig.js +161 -0
- package/framework/v0.1.6-alpha.91/core/deps/swig-1.4.2/bin/swig.js.dist +161 -0
- package/framework/v0.1.6-alpha.91/core/deps/swig-1.4.2/dist/swig.min.js +7 -0
- package/framework/v0.1.6-alpha.91/core/deps/swig-1.4.2/dist/swig.min.js.map +8 -0
- package/framework/v0.1.6-alpha.91/core/deps/swig-1.4.2/index.js +1 -0
- package/framework/v0.1.6-alpha.91/core/deps/swig-1.4.2/lib/dateformatter.js +198 -0
- package/framework/v0.1.6-alpha.91/core/deps/swig-1.4.2/lib/filters.js +630 -0
- package/framework/v0.1.6-alpha.91/core/deps/swig-1.4.2/lib/lexer.js +306 -0
- package/framework/v0.1.6-alpha.91/core/deps/swig-1.4.2/lib/loaders/filesystem.js +59 -0
- package/framework/v0.1.6-alpha.91/core/deps/swig-1.4.2/lib/loaders/index.js +53 -0
- package/framework/v0.1.6-alpha.91/core/deps/swig-1.4.2/lib/loaders/memory.js +63 -0
- package/framework/v0.1.6-alpha.91/core/deps/swig-1.4.2/lib/parser.js +744 -0
- package/framework/v0.1.6-alpha.91/core/deps/swig-1.4.2/lib/swig.js +740 -0
- package/framework/v0.1.6-alpha.91/core/deps/swig-1.4.2/lib/tags/autoescape.js +37 -0
- package/framework/v0.1.6-alpha.91/core/deps/swig-1.4.2/lib/tags/block.js +25 -0
- package/framework/v0.1.6-alpha.91/core/deps/swig-1.4.2/lib/tags/else.js +25 -0
- package/framework/v0.1.6-alpha.91/core/deps/swig-1.4.2/lib/tags/elseif.js +28 -0
- package/framework/v0.1.6-alpha.91/core/deps/swig-1.4.2/lib/tags/extends.js +19 -0
- package/framework/v0.1.6-alpha.91/core/deps/swig-1.4.2/lib/tags/filter.js +68 -0
- package/framework/v0.1.6-alpha.91/core/deps/swig-1.4.2/lib/tags/for.js +130 -0
- package/framework/v0.1.6-alpha.91/core/deps/swig-1.4.2/lib/tags/if.js +86 -0
- package/framework/v0.1.6-alpha.91/core/deps/swig-1.4.2/lib/tags/import.js +91 -0
- package/framework/v0.1.6-alpha.91/core/deps/swig-1.4.2/lib/tags/include.js +100 -0
- package/framework/v0.1.6-alpha.91/core/deps/swig-1.4.2/lib/tags/index.js +16 -0
- package/framework/v0.1.6-alpha.91/core/deps/swig-1.4.2/lib/tags/macro.js +79 -0
- package/framework/v0.1.6-alpha.91/core/deps/swig-1.4.2/lib/tags/parent.js +51 -0
- package/framework/v0.1.6-alpha.91/core/deps/swig-1.4.2/lib/tags/raw.js +23 -0
- package/framework/v0.1.6-alpha.91/core/deps/swig-1.4.2/lib/tags/set.js +109 -0
- package/framework/v0.1.6-alpha.91/core/deps/swig-1.4.2/lib/tags/spaceless.js +42 -0
- package/framework/v0.1.6-alpha.91/core/deps/swig-1.4.2/lib/utils.js +184 -0
- package/framework/v0.1.6-alpha.91/core/deps/swig-1.4.2/package.json +57 -0
- package/framework/v0.1.6-alpha.91/core/deps/swig-1.4.2/package.json.dist +61 -0
- package/framework/v0.1.6-alpha.91/core/deps/swig-client/swig.js +5031 -0
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/dev/index.js +1 -1
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/dev/lib/factory.js +1 -1
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/gna.js +101 -22
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/locales/index.js +3 -3
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/locales/src/make.js +1 -1
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/mime.types +1 -0
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/model/entity.js +5 -5
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/model/index.js +30 -26
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/model/template/entityFactory.js +1 -1
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/model/template/index.js +1 -1
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/plugins/index.js +3 -3
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/plugins/lib/file/package.json +2 -2
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/plugins/lib/intl/package.json +2 -2
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/plugins/lib/storage/package.json +2 -2
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/plugins/lib/validator/package.json +2 -2
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/plugins/lib/validator/src/form-validator.js +39 -27
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/plugins/lib/validator/src/main.js +360 -85
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/router.js +92 -47
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/server.isaac.js +96 -10
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/server.js +283 -129
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/status.codes +1 -11
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/template/boilerplate/bundle/controllers/setup.js +2 -2
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/template/command/gina.tpl +1 -1
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/template/conf/env.json +2 -0
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/template/conf/templates.json +4 -2
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/helpers/console.js +1 -1
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/helpers/context.js +29 -12
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/helpers/data/package.json +2 -2
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/helpers/data/src/main.js +1 -1
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/helpers/dateFormat.js +1 -1
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/helpers/index.js +1 -1
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/helpers/json/package.json +2 -2
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/helpers/json/src/main.js +6 -4
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/helpers/path.js +31 -15
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/helpers/plugins/package.json +2 -2
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/helpers/plugins/src/api-error.js +2 -2
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/helpers/plugins/src/main.js +1 -1
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/helpers/text.js +1 -1
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/archiver/package.json +2 -2
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/archiver/src/main.js +11 -11
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/bundle/add.js +2 -1
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/bundle/start.js +21 -8
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/env/get.js +1 -1
- package/framework/v0.1.6-alpha.91/lib/cmd/env/help.js +30 -0
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/framework/build.js +1 -1
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/framework/init.js +18 -0
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/framework/link-node-modules.js +2 -3
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/framework/link.js +1 -0
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/framework/tail.js +28 -11
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/framework/version.js +15 -1
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/helper.js +6 -2
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/index.js +1 -1
- package/framework/v0.1.6-alpha.91/lib/cmd/minion/help.txt +18 -0
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/project/add.js +3 -2
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/project/build.js +4 -4
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/project/list.js +1 -1
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/protocol/list.js +71 -50
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/collection/package.json +2 -2
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/collection/src/main.js +20 -14
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/config.js +1 -1
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cron/package.json +2 -2
- package/framework/v0.1.6-alpha.91/lib/domain/dist/2025-03-14_13-41-20_UTC.dat +15754 -0
- package/framework/v0.1.6-alpha.91/lib/domain/dist/public_suffix_list.dat +15754 -0
- package/framework/v0.1.6-alpha.91/lib/domain/exemples/backend.js +12 -0
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/domain/package.json +2 -2
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/domain/src/main.js +20 -6
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/generator/index.js +1 -1
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/index.js +1 -1
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91/lib/inherits}/LICENSE +1 -1
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/inherits/package.json +2 -2
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/inherits/src/main.js +1 -1
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/logger/package.json +2 -2
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/logger/src/containers/mq/listener.js +10 -2
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/logger/src/helper.js +1 -1
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/logger/src/main.js +1 -1
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/math/index.js +1 -1
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/merge/package.json +2 -2
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/model.js +3 -3
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/proc.js +9 -1
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/routing/package.json +2 -2
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/routing/src/main.js +72 -25
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/session-store.js +3 -3
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/swig-filters/package.json +2 -2
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/swig-filters/src/main.js +70 -15
- package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/validator.js +2 -2
- package/framework/v0.1.6-alpha.91/package.json +11 -0
- package/package.json +3 -3
- package/resources/package.json.template +1 -1
- package/script/post_install.js +1 -1
- package/script/pre_install.js +1 -1
- package/utils/helper.js +24 -0
- package/framework/v0.1.6-alpha.9/VERSION +0 -1
- package/framework/v0.1.6-alpha.9/core/asset/plugin/dist/vendor/gina/css/gina.min.css.map +0 -1
- package/framework/v0.1.6-alpha.9/core/asset/plugin/dist/vendor/gina/js/gina.min.js +0 -766
- package/framework/v0.1.6-alpha.9/core/asset/plugin/dist/vendor/gina/js/gina.min.js.map +0 -8
- package/framework/v0.1.6-alpha.9/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js +0 -7
- package/framework/v0.1.6-alpha.9/core/asset/plugin/dist/vendor/gina/js/gina.onload.min.js.map +0 -8
- package/framework/v0.1.6-alpha.9/core/deps/busboy/.travis.yml +0 -17
- package/framework/v0.1.6-alpha.9/core/deps/busboy/README.md +0 -225
- package/framework/v0.1.6-alpha.9/core/deps/busboy/deps/encoding/encoding-indexes.js +0 -73
- package/framework/v0.1.6-alpha.9/core/deps/busboy/deps/encoding/encoding.js +0 -2391
- package/framework/v0.1.6-alpha.9/core/deps/busboy/lib/main.js +0 -89
- package/framework/v0.1.6-alpha.9/core/deps/busboy/lib/types/multipart.js +0 -328
- package/framework/v0.1.6-alpha.9/core/deps/busboy/lib/types/urlencoded.js +0 -214
- package/framework/v0.1.6-alpha.9/core/deps/busboy/lib/utils.js +0 -191
- package/framework/v0.1.6-alpha.9/core/deps/busboy/package.json +0 -69
- package/framework/v0.1.6-alpha.9/lib/domain/dist/public_suffix_list.dat +0 -14186
- package/framework/v0.1.6-alpha.9/lib/domain/exemples/backend.js +0 -0
- package/framework/v0.1.6-alpha.9/package.json +0 -14
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/AUTHORS +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/asset/html/nolayout.html +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/asset/html/static.html +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/asset/img/android-chrome-192x192.png +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/asset/img/android-chrome-512x512.png +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/asset/img/apple-touch-icon.png +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/asset/img/favicon-16x16.png +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/asset/img/favicon-32x32.png +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/asset/img/favicon.ico +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/asset/plugin/dist/vendor/gina/css/gina.min.css +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/asset/plugin/uuid.json +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/connectors/couchbase/lib/connector.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/connectors/couchbase/lib/connector.v2.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/connectors/couchbase/lib/connector.v3.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/connectors/couchbase/lib/n1ql.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/connectors/couchbase/lib/session-store.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/connectors/couchbase/lib/session-store.v2.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/connectors/couchbase/lib/session-store.v3.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/connectors/couchbase/lib/session-store.v4.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/controller/controller.framework.js +0 -0
- /package/framework/{v0.1.6-alpha.9/core/deps/busboy → v0.1.6-alpha.91/core/deps/busboy-1.6.0}/LICENSE +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/deps/swig-client/swig-2.0.0.min.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/dev/lib/class.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/dev/lib/tools.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/locales/README.md +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/locales/currency.json +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/locales/dist/language/en.json +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/locales/dist/language/fr.json +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/locales/dist/region/en.json +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/locales/dist/region/fr.json +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/locales/src/resources/currency.csv +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/locales/src/resources/region.csv +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/locales/src/resources/region.mapping.json +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/plugins/README.md +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/plugins/lib/file/README.md +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/plugins/lib/file/build.json +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/plugins/lib/intl/README.md +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/plugins/lib/intl/build.json +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/plugins/lib/intl/src/main.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/plugins/lib/storage/README.md +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/plugins/lib/storage/build.json +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/plugins/lib/storage/src/main.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/plugins/lib/validator/README.md +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/plugins/lib/validator/build.json +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/server.express.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/template/_gitignore +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/template/boilerplate/bundle/config/app.json +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/template/boilerplate/bundle/config/routing.json +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/template/boilerplate/bundle/config/settings.json +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/template/boilerplate/bundle/config/settings.server.json +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/template/boilerplate/bundle/config/templates.json +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/template/boilerplate/bundle/controllers/controller.content.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/template/boilerplate/bundle/controllers/controller.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/template/boilerplate/bundle/index.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/template/boilerplate/bundle_namespace/controllers/controller.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/template/boilerplate/bundle_public/css/default.css +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/template/boilerplate/bundle_public/css/vendor/readme.md +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/template/boilerplate/bundle_public/favicon.ico +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/template/boilerplate/bundle_public/js/vendor/readme.md +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/template/boilerplate/bundle_public/readme.md +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/template/boilerplate/bundle_templates/handlers/main.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/template/boilerplate/bundle_templates/html/content/homepage.html +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/template/boilerplate/bundle_templates/html/includes/error-msg-noscript.html +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/template/boilerplate/bundle_templates/html/includes/error-msg-outdated-browser.html +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/template/boilerplate/bundle_templates/html/layouts/main.html +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/template/command/gina.bat.tpl +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/template/conf/manifest.json +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/template/conf/package.json +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/template/conf/settings.json +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/template/conf/statics.json +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/template/error/client/json/401.json +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/template/error/client/json/403.json +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/template/error/client/json/404.json +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/template/error/server/html/50x.html +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/template/error/server/json/500.json +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/template/error/server/json/503.json +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/core/template/extensions/logger/config.json +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/helpers/data/LICENSE +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/helpers/data/README.md +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/helpers/json/LICENSE +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/helpers/json/README.md +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/helpers/plugins/README.md +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/helpers/prototypes.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/helpers/task.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/archiver/README.md +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/archiver/build.json +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/archiver/src/dep/jszip.min.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/aliases.json +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/bundle/arguments.json +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/bundle/copy.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/bundle/cp.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/bundle/help.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/bundle/help.txt +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/bundle/list.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/bundle/remove.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/bundle/rename.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/bundle/restart.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/bundle/rm.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/bundle/status.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/bundle/stop.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/env/add.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/env/help.txt +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/env/link-dev.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/env/list.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/env/remove.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/env/rm.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/env/set.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/env/unset.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/env/use.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/framework/dot.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/framework/get.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/framework/help.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/framework/help.txt +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/framework/msg.json +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/framework/open.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/framework/restart.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/framework/set.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/framework/start.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/framework/status.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/framework/stop.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/framework/update.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/gina-dev.1.md +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/gina-framework.1.md +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/gina.1.md +0 -0
- /package/framework/{v0.1.6-alpha.9/lib/cmd/env → v0.1.6-alpha.91/lib/cmd/minion}/help.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/msg.json +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/port/help.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/port/help.txt +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/port/inc/scan.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/port/list.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/port/reset.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/port/set.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/project/arguments.json +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/project/help.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/project/help.txt +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/project/import.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/project/move.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/project/remove.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/project/rename.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/project/restart.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/project/rm.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/project/start.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/project/status.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/project/stop.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/protocol/help.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/protocol/help.txt +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/protocol/set.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/scope/add.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/scope/help.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/scope/help.txt +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/scope/link-local.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/scope/link-production.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/scope/list.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/scope/remove.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/scope/rm.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/scope/use.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cmd/view/add.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/collection/README.md +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/collection/build.json +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cron/README.md +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/cron/src/main.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/domain/LICENSE +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/domain/README.md +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/domain/exemples/frontend.html +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/inherits/README.md +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/inherits/example/inheriting_eventemitter.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/inherits/example/protected_inheritance.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/inherits/example/simple_inheritance.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/inherits/example/super_attribute_overridden_by_child_on_init.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/logger/README.md +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/logger/src/containers/default/index.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/logger/src/containers/file/index.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/logger/src/containers/file/lib/logrotator/README.md +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/logger/src/containers/file/lib/logrotator/index.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/logger/src/containers/mq/index.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/logger/src/containers/mq/speaker.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/merge/README.md +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/merge/example/merge.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/merge/example/merge_2_literal objects.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/merge/example/merge_and_preserve_first.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/merge/src/main.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/routing/README.md +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/routing/build.json +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/shell.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/swig-filters/README.md +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/url/README.md +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/url/index.js +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/url/mocks.json +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/url/routing.json +0 -0
- /package/framework/{v0.1.6-alpha.9 → v0.1.6-alpha.91}/lib/url/test.js +0 -0
|
@@ -0,0 +1,498 @@
|
|
|
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)
|
|
@@ -0,0 +1,7 @@
|
|
|
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.
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
Swig [](http://travis-ci.org/paularmstrong/swig) [](https://gemnasium.com/paularmstrong/swig) [](https://www.npmjs.org/package/swig) [](https://www.npmjs.org/package/swig)
|
|
2
|
+
====
|
|
3
|
+
|
|
4
|
+
[Swig](http://paularmstrong.github.io/swig/) is an awesome, Django/Jinja-like template engine for node.js.
|
|
5
|
+
|
|
6
|
+
Features
|
|
7
|
+
--------
|
|
8
|
+
|
|
9
|
+
* Available for node.js **and** major web browsers!
|
|
10
|
+
* [Express](http://expressjs.com/) compatible.
|
|
11
|
+
* Object-Oriented template inheritance.
|
|
12
|
+
* Apply filters and transformations to output in your templates.
|
|
13
|
+
* Automatically escapes all output for safe HTML rendering.
|
|
14
|
+
* Lots of iteration and conditionals supported.
|
|
15
|
+
* Robust without the bloat.
|
|
16
|
+
* Extendable and customizable. See [Swig-Extras](https://github.com/paularmstrong/swig-extras) for some examples.
|
|
17
|
+
* Great [code coverage](http://paularmstrong.github.io/swig/coverage.html).
|
|
18
|
+
|
|
19
|
+
Need Help? Have Questions? Comments?
|
|
20
|
+
------------------------------------
|
|
21
|
+
|
|
22
|
+
* [Mailing List/Google Group](http://groups.google.com/forum/#!forum/swig-templates)
|
|
23
|
+
* [StackOverflow](http://stackoverflow.com/questions/tagged/swig-template)
|
|
24
|
+
* [Migration Guide](https://github.com/paularmstrong/swig/wiki/Migrating-from-v0.x.x-to-v1.0.0)
|
|
25
|
+
|
|
26
|
+
Installation
|
|
27
|
+
------------
|
|
28
|
+
|
|
29
|
+
npm install swig
|
|
30
|
+
|
|
31
|
+
Documentation
|
|
32
|
+
-------------
|
|
33
|
+
|
|
34
|
+
All documentation can be viewed online on the [Swig Website](http://paularmstrong.github.io/swig/).
|
|
35
|
+
|
|
36
|
+
Basic Example
|
|
37
|
+
-------------
|
|
38
|
+
|
|
39
|
+
### Template code
|
|
40
|
+
|
|
41
|
+
```html
|
|
42
|
+
<h1>{{ pagename|title }}</h1>
|
|
43
|
+
<ul>
|
|
44
|
+
{% for author in authors %}
|
|
45
|
+
<li{% if loop.first %} class="first"{% endif %}>{{ author }}</li>
|
|
46
|
+
{% endfor %}
|
|
47
|
+
</ul>
|
|
48
|
+
```
|
|
49
|
+
|
|
50
|
+
### node.js code
|
|
51
|
+
|
|
52
|
+
```js
|
|
53
|
+
var swig = require(_(GINA_FRAMEWORK_DIR +'/node_modules/swig-1.4.2', true));
|
|
54
|
+
var template = swig.compileFile('/absolute/path/to/template.html');
|
|
55
|
+
var output = template({
|
|
56
|
+
pagename: 'awesome people',
|
|
57
|
+
authors: ['Paul', 'Jim', 'Jane']
|
|
58
|
+
});
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
### Output
|
|
62
|
+
|
|
63
|
+
```html
|
|
64
|
+
<h1>Awesome People</h1>
|
|
65
|
+
<ul>
|
|
66
|
+
<li class="first">Paul</li>
|
|
67
|
+
<li>Jim</li>
|
|
68
|
+
<li>Jane</li>
|
|
69
|
+
</ul>
|
|
70
|
+
```
|
|
71
|
+
|
|
72
|
+
For working example see [examples/basic](https://github.com/paularmstrong/swig/tree/master/examples/basic)
|
|
73
|
+
|
|
74
|
+
How it works
|
|
75
|
+
------------
|
|
76
|
+
|
|
77
|
+
Swig reads template files and translates them into cached javascript functions. When we later render a template we call the evaluated function, passing a context object as an argument.
|
|
78
|
+
|
|
79
|
+
License
|
|
80
|
+
-------
|
|
81
|
+
|
|
82
|
+
Copyright (c) 2010-2013 Paul Armstrong
|
|
83
|
+
|
|
84
|
+
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:
|
|
85
|
+
|
|
86
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
87
|
+
|
|
88
|
+
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.
|