django-handyhelpers 0.3.20__py3-none-any.whl → 0.3.36__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- {django_handyhelpers-0.3.20.dist-info → django_handyhelpers-0.3.36.dist-info}/METADATA +16 -6
- {django_handyhelpers-0.3.20.dist-info → django_handyhelpers-0.3.36.dist-info}/RECORD +562 -75
- {django_handyhelpers-0.3.20.dist-info → django_handyhelpers-0.3.36.dist-info}/WHEEL +1 -1
- handyhelpers/__init__.py +6 -6
- handyhelpers/forms.py +9 -1
- handyhelpers/mixins/form_mixins.py +61 -0
- handyhelpers/mixins/model_mixins.py +21 -0
- handyhelpers/mixins/serializer_mixins.py +35 -0
- handyhelpers/mixins/view_mixins.py +5 -2
- handyhelpers/serializers.py +23 -3
- handyhelpers/static/handyhelpers/css/table_sortable.css +17 -0
- handyhelpers/static/handyhelpers/js/sidebar.js +8 -4
- handyhelpers/static/handyhelpers/js/table_sortable.js +119 -0
- handyhelpers/static/node_modules/.bin/acorn +4 -0
- handyhelpers/static/node_modules/.bin/css-b64-images +13 -0
- handyhelpers/static/node_modules/.bin/esbuild +0 -0
- handyhelpers/static/node_modules/.bin/html-minifier-terser +308 -0
- handyhelpers/static/node_modules/.bin/minify +98 -0
- handyhelpers/static/node_modules/.bin/terser +21 -0
- handyhelpers/static/node_modules/.bin/uglifyjs +624 -0
- handyhelpers/static/node_modules/.package-lock.json +750 -0
- handyhelpers/static/node_modules/@esbuild/linux-x64/README.md +3 -0
- handyhelpers/static/node_modules/@esbuild/linux-x64/bin/esbuild +0 -0
- handyhelpers/static/node_modules/@esbuild/linux-x64/package.json +20 -0
- handyhelpers/static/node_modules/@jridgewell/gen-mapping/LICENSE +19 -0
- handyhelpers/static/node_modules/@jridgewell/gen-mapping/README.md +227 -0
- handyhelpers/static/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs +230 -0
- handyhelpers/static/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.mjs.map +1 -0
- handyhelpers/static/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js +246 -0
- handyhelpers/static/node_modules/@jridgewell/gen-mapping/dist/gen-mapping.umd.js.map +1 -0
- handyhelpers/static/node_modules/@jridgewell/gen-mapping/dist/types/gen-mapping.d.ts +88 -0
- handyhelpers/static/node_modules/@jridgewell/gen-mapping/dist/types/sourcemap-segment.d.ts +12 -0
- handyhelpers/static/node_modules/@jridgewell/gen-mapping/dist/types/types.d.ts +36 -0
- handyhelpers/static/node_modules/@jridgewell/gen-mapping/package.json +76 -0
- handyhelpers/static/node_modules/@jridgewell/resolve-uri/LICENSE +19 -0
- handyhelpers/static/node_modules/@jridgewell/resolve-uri/README.md +40 -0
- handyhelpers/static/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs +232 -0
- handyhelpers/static/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.mjs.map +1 -0
- handyhelpers/static/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js +240 -0
- handyhelpers/static/node_modules/@jridgewell/resolve-uri/dist/resolve-uri.umd.js.map +1 -0
- handyhelpers/static/node_modules/@jridgewell/resolve-uri/dist/types/resolve-uri.d.ts +4 -0
- handyhelpers/static/node_modules/@jridgewell/resolve-uri/package.json +69 -0
- handyhelpers/static/node_modules/@jridgewell/set-array/LICENSE +19 -0
- handyhelpers/static/node_modules/@jridgewell/set-array/README.md +37 -0
- handyhelpers/static/node_modules/@jridgewell/set-array/dist/set-array.mjs +69 -0
- handyhelpers/static/node_modules/@jridgewell/set-array/dist/set-array.mjs.map +1 -0
- handyhelpers/static/node_modules/@jridgewell/set-array/dist/set-array.umd.js +83 -0
- handyhelpers/static/node_modules/@jridgewell/set-array/dist/set-array.umd.js.map +1 -0
- handyhelpers/static/node_modules/@jridgewell/set-array/dist/types/set-array.d.ts +32 -0
- handyhelpers/static/node_modules/@jridgewell/set-array/package.json +65 -0
- handyhelpers/static/node_modules/@jridgewell/source-map/LICENSE +19 -0
- handyhelpers/static/node_modules/@jridgewell/source-map/README.md +184 -0
- handyhelpers/static/node_modules/@jridgewell/source-map/dist/source-map.cjs +95 -0
- handyhelpers/static/node_modules/@jridgewell/source-map/dist/source-map.cjs.map +1 -0
- handyhelpers/static/node_modules/@jridgewell/source-map/dist/source-map.mjs +90 -0
- handyhelpers/static/node_modules/@jridgewell/source-map/dist/source-map.mjs.map +1 -0
- handyhelpers/static/node_modules/@jridgewell/source-map/dist/source-map.umd.js +1242 -0
- handyhelpers/static/node_modules/@jridgewell/source-map/dist/source-map.umd.js.map +1 -0
- handyhelpers/static/node_modules/@jridgewell/source-map/dist/types/source-map.d.ts +35 -0
- handyhelpers/static/node_modules/@jridgewell/source-map/package.json +71 -0
- handyhelpers/static/node_modules/@jridgewell/sourcemap-codec/LICENSE +21 -0
- handyhelpers/static/node_modules/@jridgewell/sourcemap-codec/README.md +264 -0
- handyhelpers/static/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs +424 -0
- handyhelpers/static/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.mjs.map +1 -0
- handyhelpers/static/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js +439 -0
- handyhelpers/static/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js.map +1 -0
- handyhelpers/static/node_modules/@jridgewell/sourcemap-codec/dist/types/scopes.d.ts +49 -0
- handyhelpers/static/node_modules/@jridgewell/sourcemap-codec/dist/types/sourcemap-codec.d.ts +8 -0
- handyhelpers/static/node_modules/@jridgewell/sourcemap-codec/dist/types/strings.d.ts +15 -0
- handyhelpers/static/node_modules/@jridgewell/sourcemap-codec/dist/types/vlq.d.ts +6 -0
- handyhelpers/static/node_modules/@jridgewell/sourcemap-codec/package.json +75 -0
- handyhelpers/static/node_modules/@jridgewell/trace-mapping/LICENSE +19 -0
- handyhelpers/static/node_modules/@jridgewell/trace-mapping/README.md +257 -0
- handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs +580 -0
- handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.mjs.map +1 -0
- handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js +600 -0
- handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/trace-mapping.umd.js.map +1 -0
- handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/types/any-map.d.ts +8 -0
- handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/types/binary-search.d.ts +32 -0
- handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/types/by-source.d.ts +7 -0
- handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/types/resolve.d.ts +1 -0
- handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/types/sort.d.ts +2 -0
- handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/types/sourcemap-segment.d.ts +16 -0
- handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/types/strip-filename.d.ts +4 -0
- handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/types/trace-mapping.d.ts +79 -0
- handyhelpers/static/node_modules/@jridgewell/trace-mapping/dist/types/types.d.ts +99 -0
- handyhelpers/static/node_modules/@jridgewell/trace-mapping/package.json +77 -0
- handyhelpers/static/node_modules/@popperjs/core/dist/cjs/enums.js +1 -1
- handyhelpers/static/node_modules/@popperjs/core/dist/cjs/popper-base.js +12 -170
- handyhelpers/static/node_modules/@popperjs/core/dist/cjs/popper-base.js.map +1 -1
- handyhelpers/static/node_modules/@popperjs/core/dist/cjs/popper-lite.js +14 -184
- handyhelpers/static/node_modules/@popperjs/core/dist/cjs/popper-lite.js.map +1 -1
- handyhelpers/static/node_modules/@popperjs/core/dist/cjs/popper.js +14 -197
- handyhelpers/static/node_modules/@popperjs/core/dist/cjs/popper.js.map +1 -1
- handyhelpers/static/node_modules/@popperjs/core/dist/esm/createPopper.js +6 -66
- handyhelpers/static/node_modules/@popperjs/core/dist/esm/modifiers/arrow.js +1 -12
- handyhelpers/static/node_modules/@popperjs/core/dist/esm/modifiers/computeStyles.js +2 -14
- handyhelpers/static/node_modules/@popperjs/core/dist/esm/utils/computeAutoPlacement.js +0 -4
- handyhelpers/static/node_modules/@popperjs/core/dist/esm/utils/userAgent.js +1 -1
- handyhelpers/static/node_modules/@popperjs/core/dist/umd/enums.js +1 -1
- handyhelpers/static/node_modules/@popperjs/core/dist/umd/enums.min.js +1 -1
- handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper-base.js +12 -170
- handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper-base.js.map +1 -1
- handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper-base.min.js +2 -2
- handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper-base.min.js.map +1 -1
- handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper-lite.js +14 -184
- handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper-lite.js.map +1 -1
- handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper-lite.min.js +2 -2
- handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper-lite.min.js.map +1 -1
- handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper.js +14 -197
- handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper.js.map +1 -1
- handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper.min.js +2 -2
- handyhelpers/static/node_modules/@popperjs/core/dist/umd/popper.min.js.map +1 -1
- handyhelpers/static/node_modules/@popperjs/core/lib/createPopper.js +6 -66
- handyhelpers/static/node_modules/@popperjs/core/lib/createPopper.js.flow +2 -80
- handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/arrow.js +1 -12
- handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/arrow.js.flow +0 -22
- handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/computeStyles.js +2 -14
- handyhelpers/static/node_modules/@popperjs/core/lib/modifiers/computeStyles.js.flow +3 -33
- handyhelpers/static/node_modules/@popperjs/core/lib/utils/computeAutoPlacement.js +0 -4
- handyhelpers/static/node_modules/@popperjs/core/lib/utils/computeAutoPlacement.js.flow +0 -12
- handyhelpers/static/node_modules/@popperjs/core/lib/utils/userAgent.js +1 -1
- handyhelpers/static/node_modules/@popperjs/core/lib/utils/userAgent.js.flow +1 -1
- handyhelpers/static/node_modules/@popperjs/core/package.json +1 -1
- handyhelpers/static/node_modules/@putout/minify/LICENSE +21 -0
- handyhelpers/static/node_modules/@putout/minify/README.md +110 -0
- handyhelpers/static/node_modules/@putout/minify/bundle/minify.min.js +52 -0
- handyhelpers/static/node_modules/@putout/minify/package.json +112 -0
- handyhelpers/static/node_modules/@swc/core/Visitor.d.ts +218 -0
- handyhelpers/static/node_modules/@swc/core/Visitor.js +1407 -0
- handyhelpers/static/node_modules/@swc/core/binding.d.ts +56 -0
- handyhelpers/static/node_modules/@swc/core/binding.js +351 -0
- handyhelpers/static/node_modules/@swc/core/index.d.ts +118 -0
- handyhelpers/static/node_modules/@swc/core/index.js +439 -0
- handyhelpers/static/node_modules/@swc/core/package.json +114 -0
- handyhelpers/static/node_modules/@swc/core/postinstall.js +148 -0
- handyhelpers/static/node_modules/@swc/core/spack.d.ts +51 -0
- handyhelpers/static/node_modules/@swc/core/spack.js +87 -0
- handyhelpers/static/node_modules/@swc/core/util.d.ts +1 -0
- handyhelpers/static/node_modules/@swc/core/util.js +104 -0
- handyhelpers/static/node_modules/@swc/core-linux-x64-gnu/README.md +3 -0
- handyhelpers/static/node_modules/@swc/core-linux-x64-gnu/package.json +45 -0
- handyhelpers/static/node_modules/@swc/core-linux-x64-gnu/swc.linux-x64-gnu.node +0 -0
- handyhelpers/static/node_modules/@swc/counter/CHANGELOG.md +7 -0
- handyhelpers/static/node_modules/@swc/counter/README.md +7 -0
- handyhelpers/static/node_modules/@swc/counter/index.js +1 -0
- handyhelpers/static/node_modules/@swc/counter/package.json +27 -0
- handyhelpers/static/node_modules/@swc/types/LICENSE +201 -0
- handyhelpers/static/node_modules/@swc/types/README.md +4 -0
- handyhelpers/static/node_modules/@swc/types/assumptions.d.ts +92 -0
- handyhelpers/static/node_modules/@swc/types/assumptions.js +2 -0
- handyhelpers/static/node_modules/@swc/types/index.d.ts +1977 -0
- handyhelpers/static/node_modules/@swc/types/index.js +2 -0
- handyhelpers/static/node_modules/@swc/types/package.json +39 -0
- handyhelpers/static/node_modules/acorn/CHANGELOG.md +928 -0
- handyhelpers/static/node_modules/acorn/LICENSE +21 -0
- handyhelpers/static/node_modules/acorn/README.md +282 -0
- handyhelpers/static/node_modules/acorn/bin/acorn +4 -0
- handyhelpers/static/node_modules/acorn/dist/acorn.d.mts +866 -0
- handyhelpers/static/node_modules/acorn/dist/acorn.d.ts +866 -0
- handyhelpers/static/node_modules/acorn/dist/acorn.js +6174 -0
- handyhelpers/static/node_modules/acorn/dist/acorn.mjs +6145 -0
- handyhelpers/static/node_modules/acorn/dist/bin.js +90 -0
- handyhelpers/static/node_modules/acorn/package.json +50 -0
- handyhelpers/static/node_modules/buffer-from/LICENSE +21 -0
- handyhelpers/static/node_modules/buffer-from/index.js +72 -0
- handyhelpers/static/node_modules/buffer-from/package.json +19 -0
- handyhelpers/static/node_modules/buffer-from/readme.md +69 -0
- handyhelpers/static/node_modules/camel-case/LICENSE +21 -0
- handyhelpers/static/node_modules/camel-case/README.md +47 -0
- handyhelpers/static/node_modules/camel-case/dist/index.d.ts +5 -0
- handyhelpers/static/node_modules/camel-case/dist/index.js +23 -0
- handyhelpers/static/node_modules/camel-case/dist/index.js.map +1 -0
- handyhelpers/static/node_modules/camel-case/dist/index.spec.d.ts +1 -0
- handyhelpers/static/node_modules/camel-case/dist/index.spec.js +26 -0
- handyhelpers/static/node_modules/camel-case/dist/index.spec.js.map +1 -0
- handyhelpers/static/node_modules/camel-case/dist.es2015/index.d.ts +5 -0
- handyhelpers/static/node_modules/camel-case/dist.es2015/index.js +17 -0
- handyhelpers/static/node_modules/camel-case/dist.es2015/index.js.map +1 -0
- handyhelpers/static/node_modules/camel-case/dist.es2015/index.spec.d.ts +1 -0
- handyhelpers/static/node_modules/camel-case/dist.es2015/index.spec.js +24 -0
- handyhelpers/static/node_modules/camel-case/dist.es2015/index.spec.js.map +1 -0
- handyhelpers/static/node_modules/camel-case/package.json +89 -0
- handyhelpers/static/node_modules/clean-css/History.md +1504 -0
- handyhelpers/static/node_modules/clean-css/LICENSE +19 -0
- handyhelpers/static/node_modules/clean-css/README.md +987 -0
- handyhelpers/static/node_modules/clean-css/index.js +1 -0
- handyhelpers/static/node_modules/clean-css/package.json +48 -0
- handyhelpers/static/node_modules/commander/LICENSE +22 -0
- handyhelpers/static/node_modules/commander/Readme.md +1134 -0
- handyhelpers/static/node_modules/commander/esm.mjs +16 -0
- handyhelpers/static/node_modules/commander/index.js +27 -0
- handyhelpers/static/node_modules/commander/package-support.json +16 -0
- handyhelpers/static/node_modules/commander/package.json +80 -0
- handyhelpers/static/node_modules/commander/typings/index.d.ts +889 -0
- handyhelpers/static/node_modules/css-b64-images/.npmignore +15 -0
- handyhelpers/static/node_modules/css-b64-images/.travis.yml +5 -0
- handyhelpers/static/node_modules/css-b64-images/README.md +78 -0
- handyhelpers/static/node_modules/css-b64-images/bin/css-b64-images +13 -0
- handyhelpers/static/node_modules/css-b64-images/draft.png +0 -0
- handyhelpers/static/node_modules/css-b64-images/draft.xcf +0 -0
- handyhelpers/static/node_modules/css-b64-images/package.json +30 -0
- handyhelpers/static/node_modules/css-b64-images/test/css-b64-images-test.js +38 -0
- handyhelpers/static/node_modules/css-b64-images/test/fixture/css/style.css +52 -0
- handyhelpers/static/node_modules/css-b64-images/test/fixture/fonts/callunasansregular-webfont.eot +0 -0
- handyhelpers/static/node_modules/css-b64-images/test/fixture/fonts/callunasansregular-webfont.svg +248 -0
- handyhelpers/static/node_modules/css-b64-images/test/fixture/fonts/callunasansregular-webfont.ttf +0 -0
- handyhelpers/static/node_modules/css-b64-images/test/fixture/fonts/callunasansregular-webfont.woff +0 -0
- handyhelpers/static/node_modules/css-b64-images/test/fixture/fonts/maven_pro_medium-webfont.eot +0 -0
- handyhelpers/static/node_modules/css-b64-images/test/fixture/fonts/maven_pro_medium-webfont.svg +245 -0
- handyhelpers/static/node_modules/css-b64-images/test/fixture/fonts/maven_pro_medium-webfont.ttf +0 -0
- handyhelpers/static/node_modules/css-b64-images/test/fixture/fonts/maven_pro_medium-webfont.woff +0 -0
- handyhelpers/static/node_modules/css-b64-images/test/fixture/img/background-pattern.gif +0 -0
- handyhelpers/static/node_modules/css-b64-images/test/fixture/img/dots.svg +6 -0
- handyhelpers/static/node_modules/css-b64-images/test/fixture/img/mixit-banner.png +0 -0
- handyhelpers/static/node_modules/debug/LICENSE +20 -0
- handyhelpers/static/node_modules/debug/README.md +481 -0
- handyhelpers/static/node_modules/debug/package.json +65 -0
- handyhelpers/static/node_modules/debug/src/browser.js +272 -0
- handyhelpers/static/node_modules/debug/src/common.js +292 -0
- handyhelpers/static/node_modules/debug/src/index.js +10 -0
- handyhelpers/static/node_modules/debug/src/node.js +263 -0
- handyhelpers/static/node_modules/dot-case/LICENSE +21 -0
- handyhelpers/static/node_modules/dot-case/README.md +37 -0
- handyhelpers/static/node_modules/dot-case/dist/index.d.ts +3 -0
- handyhelpers/static/node_modules/dot-case/dist/index.js +11 -0
- handyhelpers/static/node_modules/dot-case/dist/index.js.map +1 -0
- handyhelpers/static/node_modules/dot-case/dist/index.spec.d.ts +1 -0
- handyhelpers/static/node_modules/dot-case/dist/index.spec.js +26 -0
- handyhelpers/static/node_modules/dot-case/dist/index.spec.js.map +1 -0
- handyhelpers/static/node_modules/dot-case/dist.es2015/index.d.ts +3 -0
- handyhelpers/static/node_modules/dot-case/dist.es2015/index.js +7 -0
- handyhelpers/static/node_modules/dot-case/dist.es2015/index.js.map +1 -0
- handyhelpers/static/node_modules/dot-case/dist.es2015/index.spec.d.ts +1 -0
- handyhelpers/static/node_modules/dot-case/dist.es2015/index.spec.js +24 -0
- handyhelpers/static/node_modules/dot-case/dist.es2015/index.spec.js.map +1 -0
- handyhelpers/static/node_modules/dot-case/package.json +89 -0
- handyhelpers/static/node_modules/entities/LICENSE +11 -0
- handyhelpers/static/node_modules/entities/package.json +90 -0
- handyhelpers/static/node_modules/entities/readme.md +122 -0
- handyhelpers/static/node_modules/esbuild/LICENSE.md +21 -0
- handyhelpers/static/node_modules/esbuild/README.md +3 -0
- handyhelpers/static/node_modules/esbuild/bin/esbuild +0 -0
- handyhelpers/static/node_modules/esbuild/install.js +286 -0
- handyhelpers/static/node_modules/esbuild/package.json +47 -0
- handyhelpers/static/node_modules/find-up/index.d.ts +247 -0
- handyhelpers/static/node_modules/find-up/index.js +107 -0
- handyhelpers/static/node_modules/find-up/license +9 -0
- handyhelpers/static/node_modules/find-up/package.json +61 -0
- handyhelpers/static/node_modules/find-up/readme.md +160 -0
- handyhelpers/static/node_modules/fun-effects/LICENSE +674 -0
- handyhelpers/static/node_modules/fun-effects/README.md +10 -0
- handyhelpers/static/node_modules/fun-effects/dist/css/background_icons.min.css +1 -0
- handyhelpers/static/node_modules/fun-effects/dist/css/blur_group.min.css +1 -0
- handyhelpers/static/node_modules/fun-effects/dist/css/fades.min.css +1 -0
- handyhelpers/static/node_modules/fun-effects/dist/css/marquee.min.css +1 -0
- handyhelpers/static/node_modules/fun-effects/dist/css/scroller.min.css +1 -0
- handyhelpers/static/node_modules/fun-effects/dist/index.js +15 -0
- handyhelpers/static/node_modules/fun-effects/dist/js/background_icons.min.js +1 -0
- handyhelpers/static/node_modules/fun-effects/dist/js/marquee.min.js +1 -0
- handyhelpers/static/node_modules/fun-effects/dist/js/scroller.min.js +1 -0
- handyhelpers/static/node_modules/fun-effects/package.json +39 -0
- handyhelpers/static/node_modules/fun-effects/src/css/background_icons.css +39 -0
- handyhelpers/static/node_modules/fun-effects/src/css/blur_group.css +22 -0
- handyhelpers/static/node_modules/fun-effects/src/css/fades.css +94 -0
- handyhelpers/static/node_modules/fun-effects/src/css/marquee.css +45 -0
- handyhelpers/static/node_modules/fun-effects/src/css/scroller.css +144 -0
- handyhelpers/static/node_modules/fun-effects/src/index.js +15 -0
- handyhelpers/static/node_modules/fun-effects/src/js/background_icons.js +101 -0
- handyhelpers/static/node_modules/fun-effects/src/js/marquee.js +81 -0
- handyhelpers/static/node_modules/fun-effects/src/js/scroller.js +37 -0
- handyhelpers/static/node_modules/html-minifier-terser/LICENSE +22 -0
- handyhelpers/static/node_modules/html-minifier-terser/README.md +168 -0
- handyhelpers/static/node_modules/html-minifier-terser/cli.js +308 -0
- handyhelpers/static/node_modules/html-minifier-terser/dist/htmlminifier.cjs +1857 -0
- handyhelpers/static/node_modules/html-minifier-terser/dist/htmlminifier.esm.bundle.js +57509 -0
- handyhelpers/static/node_modules/html-minifier-terser/dist/htmlminifier.umd.bundle.js +57520 -0
- handyhelpers/static/node_modules/html-minifier-terser/dist/htmlminifier.umd.bundle.min.js +9 -0
- handyhelpers/static/node_modules/html-minifier-terser/package.json +105 -0
- handyhelpers/static/node_modules/html-minifier-terser/src/htmlminifier.js +1366 -0
- handyhelpers/static/node_modules/html-minifier-terser/src/htmlparser.js +565 -0
- handyhelpers/static/node_modules/html-minifier-terser/src/tokenchain.js +68 -0
- handyhelpers/static/node_modules/html-minifier-terser/src/utils.js +11 -0
- handyhelpers/static/node_modules/jju/LICENSE +21 -0
- handyhelpers/static/node_modules/jju/Makefile +20 -0
- handyhelpers/static/node_modules/jju/README.md +249 -0
- handyhelpers/static/node_modules/jju/index.js +32 -0
- handyhelpers/static/node_modules/jju/package.json +34 -0
- handyhelpers/static/node_modules/jju/package.yaml +36 -0
- handyhelpers/static/node_modules/locate-path/index.d.ts +92 -0
- handyhelpers/static/node_modules/locate-path/index.js +77 -0
- handyhelpers/static/node_modules/locate-path/license +9 -0
- handyhelpers/static/node_modules/locate-path/package.json +48 -0
- handyhelpers/static/node_modules/locate-path/readme.md +123 -0
- handyhelpers/static/node_modules/lower-case/LICENSE +21 -0
- handyhelpers/static/node_modules/lower-case/README.md +35 -0
- handyhelpers/static/node_modules/lower-case/dist/index.d.ts +8 -0
- handyhelpers/static/node_modules/lower-case/dist/index.js +53 -0
- handyhelpers/static/node_modules/lower-case/dist/index.js.map +1 -0
- handyhelpers/static/node_modules/lower-case/dist/index.spec.d.ts +1 -0
- handyhelpers/static/node_modules/lower-case/dist/index.spec.js +36 -0
- handyhelpers/static/node_modules/lower-case/dist/index.spec.js.map +1 -0
- handyhelpers/static/node_modules/lower-case/dist.es2015/index.d.ts +8 -0
- handyhelpers/static/node_modules/lower-case/dist.es2015/index.js +48 -0
- handyhelpers/static/node_modules/lower-case/dist.es2015/index.js.map +1 -0
- handyhelpers/static/node_modules/lower-case/dist.es2015/index.spec.d.ts +1 -0
- handyhelpers/static/node_modules/lower-case/dist.es2015/index.spec.js +34 -0
- handyhelpers/static/node_modules/lower-case/dist.es2015/index.spec.js.map +1 -0
- handyhelpers/static/node_modules/lower-case/package.json +87 -0
- handyhelpers/static/node_modules/minify/ChangeLog +1307 -0
- handyhelpers/static/node_modules/minify/LICENSE +22 -0
- handyhelpers/static/node_modules/minify/README.md +177 -0
- handyhelpers/static/node_modules/minify/bin/minify.js +98 -0
- handyhelpers/static/node_modules/minify/deno.json +5 -0
- handyhelpers/static/node_modules/minify/help.json +8 -0
- handyhelpers/static/node_modules/minify/package.json +65 -0
- handyhelpers/static/node_modules/ms/index.js +162 -0
- handyhelpers/static/node_modules/ms/license.md +21 -0
- handyhelpers/static/node_modules/ms/package.json +38 -0
- handyhelpers/static/node_modules/ms/readme.md +59 -0
- handyhelpers/static/node_modules/no-case/LICENSE +21 -0
- handyhelpers/static/node_modules/no-case/README.md +37 -0
- handyhelpers/static/node_modules/no-case/dist/index.d.ts +10 -0
- handyhelpers/static/node_modules/no-case/dist/index.js +35 -0
- handyhelpers/static/node_modules/no-case/dist/index.js.map +1 -0
- handyhelpers/static/node_modules/no-case/dist/index.spec.d.ts +1 -0
- handyhelpers/static/node_modules/no-case/dist/index.spec.js +59 -0
- handyhelpers/static/node_modules/no-case/dist/index.spec.js.map +1 -0
- handyhelpers/static/node_modules/no-case/dist.es2015/index.d.ts +10 -0
- handyhelpers/static/node_modules/no-case/dist.es2015/index.js +31 -0
- handyhelpers/static/node_modules/no-case/dist.es2015/index.js.map +1 -0
- handyhelpers/static/node_modules/no-case/dist.es2015/index.spec.d.ts +1 -0
- handyhelpers/static/node_modules/no-case/dist.es2015/index.spec.js +57 -0
- handyhelpers/static/node_modules/no-case/dist.es2015/index.spec.js.map +1 -0
- handyhelpers/static/node_modules/no-case/package.json +85 -0
- handyhelpers/static/node_modules/p-limit/index.d.ts +40 -0
- handyhelpers/static/node_modules/p-limit/index.js +68 -0
- handyhelpers/static/node_modules/p-limit/license +9 -0
- handyhelpers/static/node_modules/p-limit/package.json +54 -0
- handyhelpers/static/node_modules/p-limit/readme.md +99 -0
- handyhelpers/static/node_modules/p-locate/index.d.ts +49 -0
- handyhelpers/static/node_modules/p-locate/index.js +48 -0
- handyhelpers/static/node_modules/p-locate/license +9 -0
- handyhelpers/static/node_modules/p-locate/package.json +56 -0
- handyhelpers/static/node_modules/p-locate/readme.md +91 -0
- handyhelpers/static/node_modules/param-case/LICENSE +21 -0
- handyhelpers/static/node_modules/param-case/README.md +37 -0
- handyhelpers/static/node_modules/param-case/dist/index.d.ts +3 -0
- handyhelpers/static/node_modules/param-case/dist/index.js +11 -0
- handyhelpers/static/node_modules/param-case/dist/index.js.map +1 -0
- handyhelpers/static/node_modules/param-case/dist/index.spec.d.ts +1 -0
- handyhelpers/static/node_modules/param-case/dist/index.spec.js +24 -0
- handyhelpers/static/node_modules/param-case/dist/index.spec.js.map +1 -0
- handyhelpers/static/node_modules/param-case/dist.es2015/index.d.ts +3 -0
- handyhelpers/static/node_modules/param-case/dist.es2015/index.js +7 -0
- handyhelpers/static/node_modules/param-case/dist.es2015/index.js.map +1 -0
- handyhelpers/static/node_modules/param-case/dist.es2015/index.spec.d.ts +1 -0
- handyhelpers/static/node_modules/param-case/dist.es2015/index.spec.js +22 -0
- handyhelpers/static/node_modules/param-case/dist.es2015/index.spec.js.map +1 -0
- handyhelpers/static/node_modules/param-case/package.json +91 -0
- handyhelpers/static/node_modules/pascal-case/LICENSE +21 -0
- handyhelpers/static/node_modules/pascal-case/README.md +47 -0
- handyhelpers/static/node_modules/pascal-case/dist/index.d.ts +5 -0
- handyhelpers/static/node_modules/pascal-case/dist/index.js +24 -0
- handyhelpers/static/node_modules/pascal-case/dist/index.js.map +1 -0
- handyhelpers/static/node_modules/pascal-case/dist/index.spec.d.ts +1 -0
- handyhelpers/static/node_modules/pascal-case/dist/index.spec.js +25 -0
- handyhelpers/static/node_modules/pascal-case/dist/index.spec.js.map +1 -0
- handyhelpers/static/node_modules/pascal-case/dist.es2015/index.d.ts +5 -0
- handyhelpers/static/node_modules/pascal-case/dist.es2015/index.js +18 -0
- handyhelpers/static/node_modules/pascal-case/dist.es2015/index.js.map +1 -0
- handyhelpers/static/node_modules/pascal-case/dist.es2015/index.spec.d.ts +1 -0
- handyhelpers/static/node_modules/pascal-case/dist.es2015/index.spec.js +23 -0
- handyhelpers/static/node_modules/pascal-case/dist.es2015/index.spec.js.map +1 -0
- handyhelpers/static/node_modules/pascal-case/package.json +90 -0
- handyhelpers/static/node_modules/path-exists/index.d.ts +31 -0
- handyhelpers/static/node_modules/path-exists/index.js +19 -0
- handyhelpers/static/node_modules/path-exists/license +9 -0
- handyhelpers/static/node_modules/path-exists/package.json +41 -0
- handyhelpers/static/node_modules/path-exists/readme.md +52 -0
- handyhelpers/static/node_modules/readjson/ChangeLog +110 -0
- handyhelpers/static/node_modules/readjson/LICENSE +21 -0
- handyhelpers/static/node_modules/readjson/README.md +36 -0
- handyhelpers/static/node_modules/readjson/package.json +46 -0
- handyhelpers/static/node_modules/relateurl/README.md +159 -0
- handyhelpers/static/node_modules/relateurl/license +21 -0
- handyhelpers/static/node_modules/relateurl/package.json +46 -0
- handyhelpers/static/node_modules/simport/ChangeLog +77 -0
- handyhelpers/static/node_modules/simport/LICENSE +21 -0
- handyhelpers/static/node_modules/simport/README.md +81 -0
- handyhelpers/static/node_modules/simport/fixture/context.js +3 -0
- handyhelpers/static/node_modules/simport/fixture/default-frozen-function.mjs +2 -0
- handyhelpers/static/node_modules/simport/fixture/default-frozen-object.mjs +2 -0
- handyhelpers/static/node_modules/simport/package.json +65 -0
- handyhelpers/static/node_modules/simport/simport.js +84 -0
- handyhelpers/static/node_modules/simport/simport.mjs +22 -0
- handyhelpers/static/node_modules/source-map/CHANGELOG.md +301 -0
- handyhelpers/static/node_modules/source-map/LICENSE +28 -0
- handyhelpers/static/node_modules/source-map/README.md +742 -0
- handyhelpers/static/node_modules/source-map/dist/source-map.debug.js +3234 -0
- handyhelpers/static/node_modules/source-map/dist/source-map.js +3233 -0
- handyhelpers/static/node_modules/source-map/dist/source-map.min.js +2 -0
- handyhelpers/static/node_modules/source-map/dist/source-map.min.js.map +1 -0
- handyhelpers/static/node_modules/source-map/package.json +73 -0
- handyhelpers/static/node_modules/source-map/source-map.d.ts +98 -0
- handyhelpers/static/node_modules/source-map/source-map.js +8 -0
- handyhelpers/static/node_modules/source-map-support/LICENSE.md +21 -0
- handyhelpers/static/node_modules/source-map-support/README.md +284 -0
- handyhelpers/static/node_modules/source-map-support/browser-source-map-support.js +114 -0
- handyhelpers/static/node_modules/source-map-support/package.json +31 -0
- handyhelpers/static/node_modules/source-map-support/register-hook-require.js +1 -0
- handyhelpers/static/node_modules/source-map-support/register.js +1 -0
- handyhelpers/static/node_modules/source-map-support/source-map-support.js +625 -0
- handyhelpers/static/node_modules/terser/CHANGELOG.md +783 -0
- handyhelpers/static/node_modules/terser/LICENSE +27 -0
- handyhelpers/static/node_modules/terser/PATRONS.md +15 -0
- handyhelpers/static/node_modules/terser/README.md +1421 -0
- handyhelpers/static/node_modules/terser/bin/package.json +10 -0
- handyhelpers/static/node_modules/terser/bin/terser +21 -0
- handyhelpers/static/node_modules/terser/bin/uglifyjs +10 -0
- handyhelpers/static/node_modules/terser/dist/.gitkeep +0 -0
- handyhelpers/static/node_modules/terser/dist/bundle.min.js +32962 -0
- handyhelpers/static/node_modules/terser/dist/package.json +10 -0
- handyhelpers/static/node_modules/terser/main.js +27 -0
- handyhelpers/static/node_modules/terser/node_modules/commander/CHANGELOG.md +419 -0
- handyhelpers/static/node_modules/terser/node_modules/commander/LICENSE +22 -0
- handyhelpers/static/node_modules/terser/node_modules/commander/Readme.md +428 -0
- handyhelpers/static/node_modules/terser/node_modules/commander/index.js +1224 -0
- handyhelpers/static/node_modules/terser/node_modules/commander/package.json +38 -0
- handyhelpers/static/node_modules/terser/node_modules/commander/typings/index.d.ts +310 -0
- handyhelpers/static/node_modules/terser/package.json +153 -0
- handyhelpers/static/node_modules/terser/tools/domprops.js +9026 -0
- handyhelpers/static/node_modules/terser/tools/exit.cjs +7 -0
- handyhelpers/static/node_modules/terser/tools/props.html +68 -0
- handyhelpers/static/node_modules/terser/tools/terser.d.ts +216 -0
- handyhelpers/static/node_modules/tippy.js/LICENSE +21 -0
- handyhelpers/static/node_modules/tippy.js/README.md +63 -0
- handyhelpers/static/node_modules/tippy.js/animations/perspective-extreme.css +1 -0
- handyhelpers/static/node_modules/tippy.js/animations/perspective-subtle.css +1 -0
- handyhelpers/static/node_modules/tippy.js/animations/perspective.css +1 -0
- handyhelpers/static/node_modules/tippy.js/animations/scale-extreme.css +1 -0
- handyhelpers/static/node_modules/tippy.js/animations/scale-subtle.css +1 -0
- handyhelpers/static/node_modules/tippy.js/animations/scale.css +1 -0
- handyhelpers/static/node_modules/tippy.js/animations/shift-away-extreme.css +1 -0
- handyhelpers/static/node_modules/tippy.js/animations/shift-away-subtle.css +1 -0
- handyhelpers/static/node_modules/tippy.js/animations/shift-away.css +1 -0
- handyhelpers/static/node_modules/tippy.js/animations/shift-toward-extreme.css +1 -0
- handyhelpers/static/node_modules/tippy.js/animations/shift-toward-subtle.css +1 -0
- handyhelpers/static/node_modules/tippy.js/animations/shift-toward.css +1 -0
- handyhelpers/static/node_modules/tippy.js/dist/backdrop.css +1 -0
- handyhelpers/static/node_modules/tippy.js/dist/border.css +1 -0
- handyhelpers/static/node_modules/tippy.js/dist/svg-arrow.css +1 -0
- handyhelpers/static/node_modules/tippy.js/dist/tippy-bundle.umd.js +2516 -0
- handyhelpers/static/node_modules/tippy.js/dist/tippy-bundle.umd.js.map +1 -0
- handyhelpers/static/node_modules/tippy.js/dist/tippy-bundle.umd.min.js +2 -0
- handyhelpers/static/node_modules/tippy.js/dist/tippy-bundle.umd.min.js.map +1 -0
- handyhelpers/static/node_modules/tippy.js/dist/tippy.cjs.js +2497 -0
- handyhelpers/static/node_modules/tippy.js/dist/tippy.cjs.js.map +1 -0
- handyhelpers/static/node_modules/tippy.js/dist/tippy.css +1 -0
- handyhelpers/static/node_modules/tippy.js/dist/tippy.esm.js +2486 -0
- handyhelpers/static/node_modules/tippy.js/dist/tippy.esm.js.map +1 -0
- handyhelpers/static/node_modules/tippy.js/dist/tippy.umd.js +2496 -0
- handyhelpers/static/node_modules/tippy.js/dist/tippy.umd.js.map +1 -0
- handyhelpers/static/node_modules/tippy.js/dist/tippy.umd.min.js +2 -0
- handyhelpers/static/node_modules/tippy.js/dist/tippy.umd.min.js.map +1 -0
- handyhelpers/static/node_modules/tippy.js/headless/dist/tippy-headless.cjs.js +2388 -0
- handyhelpers/static/node_modules/tippy.js/headless/dist/tippy-headless.cjs.js.map +1 -0
- handyhelpers/static/node_modules/tippy.js/headless/dist/tippy-headless.esm.js +2377 -0
- handyhelpers/static/node_modules/tippy.js/headless/dist/tippy-headless.esm.js.map +1 -0
- handyhelpers/static/node_modules/tippy.js/headless/dist/tippy-headless.umd.js +2382 -0
- handyhelpers/static/node_modules/tippy.js/headless/dist/tippy-headless.umd.js.map +1 -0
- handyhelpers/static/node_modules/tippy.js/headless/dist/tippy-headless.umd.min.js +2 -0
- handyhelpers/static/node_modules/tippy.js/headless/dist/tippy-headless.umd.min.js.map +1 -0
- handyhelpers/static/node_modules/tippy.js/headless/package.json +16 -0
- handyhelpers/static/node_modules/tippy.js/index.d.ts +260 -0
- handyhelpers/static/node_modules/tippy.js/package.json +157 -0
- handyhelpers/static/node_modules/tippy.js/themes/light-border.css +1 -0
- handyhelpers/static/node_modules/tippy.js/themes/light.css +1 -0
- handyhelpers/static/node_modules/tippy.js/themes/material.css +1 -0
- handyhelpers/static/node_modules/tippy.js/themes/translucent.css +1 -0
- handyhelpers/static/node_modules/try-catch/ChangeLog +55 -0
- handyhelpers/static/node_modules/try-catch/LICENSE +21 -0
- handyhelpers/static/node_modules/try-catch/README.md +38 -0
- handyhelpers/static/node_modules/try-catch/package.json +34 -0
- handyhelpers/static/node_modules/try-to-catch/ChangeLog +64 -0
- handyhelpers/static/node_modules/try-to-catch/LICENSE +21 -0
- handyhelpers/static/node_modules/try-to-catch/README.md +74 -0
- handyhelpers/static/node_modules/try-to-catch/package.json +47 -0
- handyhelpers/static/node_modules/tslib/CopyrightNotice.txt +15 -0
- handyhelpers/static/node_modules/tslib/LICENSE.txt +12 -0
- handyhelpers/static/node_modules/tslib/README.md +164 -0
- handyhelpers/static/node_modules/tslib/SECURITY.md +41 -0
- handyhelpers/static/node_modules/tslib/modules/index.d.ts +38 -0
- handyhelpers/static/node_modules/tslib/modules/index.js +70 -0
- handyhelpers/static/node_modules/tslib/modules/package.json +3 -0
- handyhelpers/static/node_modules/tslib/package.json +47 -0
- handyhelpers/static/node_modules/tslib/tslib.d.ts +460 -0
- handyhelpers/static/node_modules/tslib/tslib.es6.html +1 -0
- handyhelpers/static/node_modules/tslib/tslib.es6.js +402 -0
- handyhelpers/static/node_modules/tslib/tslib.es6.mjs +401 -0
- handyhelpers/static/node_modules/tslib/tslib.html +1 -0
- handyhelpers/static/node_modules/tslib/tslib.js +484 -0
- handyhelpers/static/node_modules/uglify-js/LICENSE +29 -0
- handyhelpers/static/node_modules/uglify-js/README.md +1479 -0
- handyhelpers/static/node_modules/uglify-js/bin/uglifyjs +624 -0
- handyhelpers/static/node_modules/uglify-js/package.json +56 -0
- handyhelpers/static/node_modules/uglify-js/tools/domprops.html +456 -0
- handyhelpers/static/node_modules/uglify-js/tools/domprops.json +8327 -0
- handyhelpers/static/node_modules/uglify-js/tools/exports.js +8 -0
- handyhelpers/static/node_modules/uglify-js/tools/node.js +115 -0
- handyhelpers/static/node_modules/uglify-js/tools/tty.js +22 -0
- handyhelpers/static/node_modules/unicorn-magic/default.js +14 -0
- handyhelpers/static/node_modules/unicorn-magic/index.d.ts +29 -0
- handyhelpers/static/node_modules/unicorn-magic/license +9 -0
- handyhelpers/static/node_modules/unicorn-magic/node.js +7 -0
- handyhelpers/static/node_modules/unicorn-magic/package.json +49 -0
- handyhelpers/static/node_modules/unicorn-magic/readme.md +25 -0
- handyhelpers/static/node_modules/yocto-queue/index.d.ts +61 -0
- handyhelpers/static/node_modules/yocto-queue/index.js +78 -0
- handyhelpers/static/node_modules/yocto-queue/license +9 -0
- handyhelpers/static/node_modules/yocto-queue/package.json +48 -0
- handyhelpers/static/node_modules/yocto-queue/readme.md +70 -0
- handyhelpers/static/package.json +3 -1
- handyhelpers/static/yarn.lock +393 -20
- handyhelpers/templates/handyhelpers/generic/bs5/generic_index.html +5 -8
- handyhelpers/templates/handyhelpers/handyhelpers_base_bs5.htm +5 -1
- handyhelpers/templates/handyhelpers/handyhelpers_with_sidebar.htm +50 -3
- handyhelpers/templates/handyhelpers/htmx/bs5/filter_form/generic_modal_swap.htm +48 -0
- handyhelpers/templates/handyhelpers/htmx/bs5/form/form_wrapper.htm +48 -0
- handyhelpers/templates/handyhelpers/htmx/bs5/form/inline_form.htm +166 -0
- handyhelpers/templates/handyhelpers/htmx/bs5/form/inline_form_disabled.htm +125 -0
- handyhelpers/templates/handyhelpers/htmx/bs5/generic_modal_swap.htm +2 -3
- handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/content_title.htm +38 -0
- handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/controls.htm +21 -0
- handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/examples/card.htm +17 -0
- handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/examples/list.htm +11 -0
- handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/examples/table.htm +21 -0
- handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/filter_form_modal_swap.htm +48 -0
- handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/full.html +6 -0
- handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/wrapper_card.htm +7 -0
- handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/wrapper_list.htm +7 -0
- handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/wrapper_minimal.htm +7 -0
- handyhelpers/templates/handyhelpers/htmx/bs5/htmx_option_multi_filter_view/wrapper_table.htm +18 -0
- handyhelpers/templates/handyhelpers/htmx/bs5/index.htm +34 -0
- handyhelpers/templates/handyhelpers/report/annual_stats.html +6 -0
- handyhelpers/templates/handyhelpers/report/annual_stats_content.htm +43 -0
- handyhelpers/templates/handyhelpers/report/chartjs/annual_progress_chart.htm +1 -1
- handyhelpers/templates/handyhelpers/report/chartjs/annual_progress_content.htm +40 -39
- handyhelpers/templates/handyhelpers/report/chartjs/annual_stats.html +25 -36
- handyhelpers/templates/handyhelpers/report/chartjs/annual_trends_content.htm +35 -34
- handyhelpers/templates/handyhelpers/report/chartjs/day_count_chart.htm +1 -1
- handyhelpers/templates/handyhelpers/report/chartjs/month_count_chart.htm +1 -1
- handyhelpers/templates/handyhelpers/report/chartjs/week_count_chart.htm +1 -1
- handyhelpers/templates/handyhelpers/report/chartjs/year_count_chart.htm +1 -1
- handyhelpers/templatetags/form_tags.py +47 -0
- handyhelpers/templatetags/htmx_tags.py +21 -0
- handyhelpers/views/action.py +3 -1
- handyhelpers/views/calendar.py +33 -14
- handyhelpers/views/htmx.py +396 -4
- handyhelpers/views/report.py +12 -5
- handyhelpers/management/commands/generate_admin.py +0 -110
- handyhelpers/static/node_modules/@popperjs/core/dist/esm/utils/format.js +0 -9
- handyhelpers/static/node_modules/@popperjs/core/dist/esm/utils/validateModifiers.js +0 -81
- handyhelpers/static/node_modules/@popperjs/core/lib/utils/format.d.ts +0 -1
- handyhelpers/static/node_modules/@popperjs/core/lib/utils/format.js +0 -9
- handyhelpers/static/node_modules/@popperjs/core/lib/utils/format.js.flow +0 -5
- handyhelpers/static/node_modules/@popperjs/core/lib/utils/validateModifiers.d.ts +0 -1
- handyhelpers/static/node_modules/@popperjs/core/lib/utils/validateModifiers.js +0 -81
- handyhelpers/static/node_modules/@popperjs/core/lib/utils/validateModifiers.js.flow +0 -151
- {django_handyhelpers-0.3.20.dist-info → django_handyhelpers-0.3.36.dist-info}/LICENSE +0 -0
- {django_handyhelpers-0.3.20.dist-info → django_handyhelpers-0.3.36.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,1307 @@
|
|
1
|
+
2024.09.12, v11.4.1
|
2
|
+
|
3
|
+
feature:
|
4
|
+
- 9fb91fb minify: eslint-plugin-putout v23.1.0
|
5
|
+
- 868efd1 minify: putout v36.5.1
|
6
|
+
|
7
|
+
2024.07.06, v11.4.0
|
8
|
+
|
9
|
+
feature:
|
10
|
+
- 1c144e5 minify: swc: add
|
11
|
+
|
12
|
+
2024.07.03, v11.3.0
|
13
|
+
|
14
|
+
feature:
|
15
|
+
- 01883ba minify: js: add support of esbuild
|
16
|
+
|
17
|
+
2024.06.13, v11.2.1
|
18
|
+
|
19
|
+
feature:
|
20
|
+
- 8fcc539 minify: @putout/minify v4.0.0
|
21
|
+
|
22
|
+
2024.05.21, v11.2.0
|
23
|
+
|
24
|
+
feature:
|
25
|
+
- dd36ed2 overrides
|
26
|
+
- 7707cea minify: eslint v9.3.0
|
27
|
+
- c59f9cd minify: supertape v10.6.0
|
28
|
+
|
29
|
+
2024.03.04, v11.1.1
|
30
|
+
|
31
|
+
feature:
|
32
|
+
- b7d904a minify: auto: simplify
|
33
|
+
|
34
|
+
2024.03.04, v11.1.0
|
35
|
+
|
36
|
+
feature:
|
37
|
+
- 65bfc42 minify: putout v35.5.2
|
38
|
+
- 1d6ad78 minify: add ability to use terser to minify JavaScript
|
39
|
+
|
40
|
+
2023.12.13, v11.0.1
|
41
|
+
|
42
|
+
fix:
|
43
|
+
- e29dd3c minify: node v18
|
44
|
+
|
45
|
+
feature:
|
46
|
+
- 8ff90c5 minify: eslint-plugin-putout v22.1.0
|
47
|
+
- 5c815ee minify: supertape v9.0.0
|
48
|
+
|
49
|
+
2023.12.10, v11.0.0
|
50
|
+
|
51
|
+
feature:
|
52
|
+
- 3531373 minify: find-up v7.0.0
|
53
|
+
- 0f6ef50 minify: eslint-plugin-putout v21.1.0
|
54
|
+
- a0063c8 minify: escover v4.0.0
|
55
|
+
- 560579e minify: @putout/minify v3.0.0
|
56
|
+
- 355492c minify: madrun v10.0.0
|
57
|
+
- 3a58621 minify: putout v34.0.0
|
58
|
+
- 919752e package: putout v32.0.6
|
59
|
+
- 77c95a9 package: eslint-plugin-putout v20.0.0
|
60
|
+
|
61
|
+
2023.08.29, v10.5.2
|
62
|
+
|
63
|
+
fix:
|
64
|
+
- fbf77cd minify: process
|
65
|
+
|
66
|
+
2023.08.29, v10.5.1
|
67
|
+
|
68
|
+
fix:
|
69
|
+
- 16b9f72 minify: deno support
|
70
|
+
|
71
|
+
2023.08.28, v10.5.0
|
72
|
+
|
73
|
+
feature:
|
74
|
+
- cb053d4 package: @putout/minify v2.0.0
|
75
|
+
|
76
|
+
2023.08.28, v10.4.0
|
77
|
+
|
78
|
+
feature:
|
79
|
+
- 90b2908 package: @putout/minify v2.0.0
|
80
|
+
- d295db5 package: putout v31.7.0
|
81
|
+
- 97b55c9 package: eslint-plugin-putout v19.3.0
|
82
|
+
|
83
|
+
2023.07.13, v10.3.0
|
84
|
+
|
85
|
+
feature:
|
86
|
+
- 7d9c969 package: eslint-plugin-putout v18.2.0
|
87
|
+
- 6fc1803 package: putout v30.4.1
|
88
|
+
|
89
|
+
2023.05.24, v10.2.0
|
90
|
+
|
91
|
+
feature:
|
92
|
+
- b1d4ec1 minify: speed up (#96)
|
93
|
+
|
94
|
+
2023.05.24, v10.1.0
|
95
|
+
|
96
|
+
feature:
|
97
|
+
- 32bd34e package: eslint-plugin-n v16.0.0
|
98
|
+
- 6381f4b minify: add support of --auto
|
99
|
+
|
100
|
+
2023.05.10, v10.0.0
|
101
|
+
|
102
|
+
feature:
|
103
|
+
- 5a3e527 minify: js: migrate to @putout/minify from terser
|
104
|
+
- 4b31151 package: escover v3.2.3
|
105
|
+
- a1651fb package: eslint-plugin-putout v17.5.1
|
106
|
+
- 7130ae7 package: putout v29.4.1
|
107
|
+
|
108
|
+
2023.01.20, v9.2.0
|
109
|
+
|
110
|
+
fix:
|
111
|
+
- honor .minify.json when reading input from stdin (#95)
|
112
|
+
|
113
|
+
feature:
|
114
|
+
- package: eslint-plugin-putout v16.3.0
|
115
|
+
- package: html-minifier-terser v7.1.0
|
116
|
+
- package: supertape v8.2.0
|
117
|
+
- package: putout v28.7.0
|
118
|
+
|
119
|
+
2022.06.08, v9.1.0
|
120
|
+
|
121
|
+
feature:
|
122
|
+
- minify: require -> import
|
123
|
+
|
124
|
+
|
125
|
+
2022.05.27, v9.0.0
|
126
|
+
|
127
|
+
feature:
|
128
|
+
- (package) eslint-plugin-putout v15.3.0
|
129
|
+
- minify: drop support of node < 16
|
130
|
+
- (package) putout v26.9.0
|
131
|
+
- (package) madrun v9.0.3
|
132
|
+
|
133
|
+
|
134
|
+
2022.02.14, v8.0.4
|
135
|
+
|
136
|
+
feature:
|
137
|
+
- (package) html-minifier-terser v7.0.0-alpha.1
|
138
|
+
- (package) eslint-plugin-putout v13.11.0
|
139
|
+
- (package) putout v24.6.0
|
140
|
+
- (package) supertape v7.0.0
|
141
|
+
|
142
|
+
|
143
|
+
2021.10.17, v8.0.3
|
144
|
+
|
145
|
+
fix:
|
146
|
+
- (minify) path to lib/minify.js in bin/minify.js (#89)
|
147
|
+
|
148
|
+
2021.10.05, v8.0.2
|
149
|
+
|
150
|
+
fix:
|
151
|
+
- (minify) CLI broken (#86)
|
152
|
+
|
153
|
+
|
154
|
+
2021.10.04, v8.0.1
|
155
|
+
|
156
|
+
fix:
|
157
|
+
- (minify) broken CLI (#86)
|
158
|
+
|
159
|
+
|
160
|
+
2021.09.30, v8.0.0
|
161
|
+
|
162
|
+
feature:
|
163
|
+
- (minify) convert to ESM (#74)
|
164
|
+
|
165
|
+
|
166
|
+
2021.09.30, v7.2.2
|
167
|
+
|
168
|
+
fix:
|
169
|
+
- (minify) readOptions (close #84)
|
170
|
+
|
171
|
+
|
172
|
+
2021.09.28, v7.2.1
|
173
|
+
|
174
|
+
feature:
|
175
|
+
- (package) html-minifier-terser v6.0.2
|
176
|
+
- (package) find-up v6.1.0
|
177
|
+
|
178
|
+
|
179
|
+
2021.09.28, v7.2.0
|
180
|
+
|
181
|
+
feature:
|
182
|
+
- (minify) use readjson
|
183
|
+
|
184
|
+
|
185
|
+
2021.09.16, v7.1.0
|
186
|
+
|
187
|
+
fix:
|
188
|
+
- chore(actions) fix:lint -> lint
|
189
|
+
|
190
|
+
feature:
|
191
|
+
- (minify) add support for .minify.json config file
|
192
|
+
- (package) supertape v6.6.0
|
193
|
+
- (package) eslint v8.0.0-beta.2
|
194
|
+
- (package) eslint-plugin-putout v10.1.0
|
195
|
+
- (package) putout v20.1.0
|
196
|
+
|
197
|
+
|
198
|
+
2021.05.04, v7.0.2
|
199
|
+
|
200
|
+
fix:
|
201
|
+
- (minify) rm useless HELP.md
|
202
|
+
|
203
|
+
feature:
|
204
|
+
- (package) putout v17.0.0
|
205
|
+
- (package) supertape v5.2.0
|
206
|
+
- (package) putout v16.10.1
|
207
|
+
|
208
|
+
|
209
|
+
2021.02.15, v7.0.1
|
210
|
+
|
211
|
+
feature:
|
212
|
+
- (package) putout v15.1.1
|
213
|
+
- (minify) rm useless getName (#63) (thanks to @atjn 🥳)
|
214
|
+
|
215
|
+
|
216
|
+
2021.02.01, v7.0.0
|
217
|
+
|
218
|
+
feature:
|
219
|
+
- (package) madrun v8.6.4
|
220
|
+
- (package) supertape v4.9.1
|
221
|
+
- (minify) drop support of node < 14
|
222
|
+
- (package) eslint-plugin-putout v7.0.2
|
223
|
+
- (package) putout v14.0.3
|
224
|
+
- (package) clean-css v5.0.1
|
225
|
+
- (package) putout v11.5.0
|
226
|
+
- (package) eslint-plugin-putout v6.5.1
|
227
|
+
|
228
|
+
|
229
|
+
2020.10.29, v6.0.1
|
230
|
+
|
231
|
+
fix:
|
232
|
+
- (minify) broken --js flag (#60)
|
233
|
+
|
234
|
+
|
235
|
+
2020.09.23, v6.0.0
|
236
|
+
|
237
|
+
feature:
|
238
|
+
- (package) drop support of node < 12
|
239
|
+
- (minify) html-minifier -> html-minifier-terser (#59)
|
240
|
+
- (package) eslint-plugin-putout v5.1.1
|
241
|
+
|
242
|
+
|
243
|
+
2020.09.17, v5.2.0
|
244
|
+
|
245
|
+
feature:
|
246
|
+
- (package) terser v5.3.2
|
247
|
+
- (package) putout v10.0.1
|
248
|
+
- (package) madrun v7.0.4
|
249
|
+
- (package) supertape v2.0.1
|
250
|
+
- (package) eslint v7.0.0
|
251
|
+
- (package) madrun v6.0.1
|
252
|
+
- (package) eslint-plugin-putout v4.0.2
|
253
|
+
- (package) putout v8.3.0
|
254
|
+
|
255
|
+
|
256
|
+
2020.03.21, v5.1.1
|
257
|
+
|
258
|
+
feature:
|
259
|
+
- (package) try-to-catch v3.0.0
|
260
|
+
- (package) try-catch v3.0.0
|
261
|
+
|
262
|
+
|
263
|
+
2020.01.22, v5.1.0
|
264
|
+
|
265
|
+
feature:
|
266
|
+
- (package) eslint-plugin-node v11.0.0
|
267
|
+
- (package) nyc v15.0.0
|
268
|
+
- (minify) add ability to pass options to HTML, JS, CSS and IMG parsers (#52)
|
269
|
+
|
270
|
+
|
271
|
+
2019.12.18, v5.0.0
|
272
|
+
|
273
|
+
feature:
|
274
|
+
- (minify) drop support of node < 10
|
275
|
+
- (package) putout v7.3.1
|
276
|
+
- (package) eslint-plugin-node v10.0.0
|
277
|
+
- (package) eslint-plugin-putout v3.0.0
|
278
|
+
- (package) madrun v5.0.1
|
279
|
+
- (package) try-to-catch v2.0.0
|
280
|
+
|
281
|
+
|
282
|
+
2019.07.11, v4.1.3
|
283
|
+
|
284
|
+
feature:
|
285
|
+
- (minify) forEach -> for-of
|
286
|
+
|
287
|
+
|
288
|
+
2019.06.23, v4.1.2
|
289
|
+
|
290
|
+
feature:
|
291
|
+
- (package) html-minifier v4.0.0
|
292
|
+
- (package) terser v4.0.0
|
293
|
+
- (package) eslint v6.0.0
|
294
|
+
- (minify) add madrun
|
295
|
+
- (package) eslint-plugin-node v9.1.0
|
296
|
+
- (package) nyc v14.1.1
|
297
|
+
|
298
|
+
|
299
|
+
2019.02.22, v4.1.1
|
300
|
+
|
301
|
+
fix:
|
302
|
+
- (minify) base64 (#50)
|
303
|
+
|
304
|
+
|
305
|
+
2018.11.21, v4.1.0
|
306
|
+
|
307
|
+
fix:
|
308
|
+
- (minify) log
|
309
|
+
|
310
|
+
feature:
|
311
|
+
- (package) uglify-js -> terser: add support of es6
|
312
|
+
|
313
|
+
|
314
|
+
2018.11.15, v4.0.3
|
315
|
+
|
316
|
+
fix:
|
317
|
+
- (minify) not a promise error (#48)
|
318
|
+
|
319
|
+
|
320
|
+
2018.11.14, v4.0.2
|
321
|
+
|
322
|
+
fix:
|
323
|
+
- (js) then is not a function (#48)
|
324
|
+
|
325
|
+
|
326
|
+
2018.10.31, v4.0.1
|
327
|
+
|
328
|
+
fix:
|
329
|
+
- (minify) base64
|
330
|
+
|
331
|
+
feature:
|
332
|
+
- (package) eslint-plugin-node v8.0.0
|
333
|
+
|
334
|
+
|
335
|
+
2018.10.26, v4.0.0
|
336
|
+
|
337
|
+
feature:
|
338
|
+
- (minify) es2018-ify
|
339
|
+
- (package) debug v4.1.0
|
340
|
+
- (package) drop support of node < 8
|
341
|
+
- (package) redrun v7.0.2
|
342
|
+
- (package) nyc v13.1.0
|
343
|
+
- (package) eslint-plugin-node v7.0.1
|
344
|
+
- (package) eslint v5.7.0
|
345
|
+
|
346
|
+
|
347
|
+
2018.03.22, v3.0.5
|
348
|
+
|
349
|
+
fix:
|
350
|
+
- (minify) output in cli (#47)
|
351
|
+
|
352
|
+
feature:
|
353
|
+
- (package) redrun v6.0.0
|
354
|
+
|
355
|
+
|
356
|
+
2018.02.22, v3.0.4
|
357
|
+
|
358
|
+
fix:
|
359
|
+
- (minify) node v4 support (#46)
|
360
|
+
|
361
|
+
feature:
|
362
|
+
- (package) rm jscs, jshint
|
363
|
+
|
364
|
+
|
365
|
+
2018.02.09, v3.0.3
|
366
|
+
|
367
|
+
feature:
|
368
|
+
- (package) try-catch v2.0.0
|
369
|
+
|
370
|
+
|
371
|
+
2017.10.09, v3.0.2
|
372
|
+
|
373
|
+
feature:
|
374
|
+
- (package) babel-preset-env v1.6.0
|
375
|
+
- (package) tomas v2.0.0
|
376
|
+
- (package) coveralls v3.0.0
|
377
|
+
|
378
|
+
|
379
|
+
2017.08.09, v3.0.1
|
380
|
+
|
381
|
+
feature:
|
382
|
+
- (package) debug v3.0.0
|
383
|
+
|
384
|
+
|
385
|
+
2017.07.12, v3.0.0
|
386
|
+
|
387
|
+
feature:
|
388
|
+
- (minify) drop support of node < 4.0.0
|
389
|
+
- (package) clean-css v4.1.6
|
390
|
+
|
391
|
+
|
392
|
+
2017.06.16, v2.1.8
|
393
|
+
|
394
|
+
feature:
|
395
|
+
- (minify) rm rendy
|
396
|
+
- (minify) add coverage
|
397
|
+
|
398
|
+
|
399
|
+
2017.06.16, v2.1.7
|
400
|
+
|
401
|
+
fix:
|
402
|
+
- (minify) cannot find module (#43)
|
403
|
+
|
404
|
+
|
405
|
+
2017.06.13, v2.1.6
|
406
|
+
|
407
|
+
fix:
|
408
|
+
- (minify) help
|
409
|
+
|
410
|
+
|
411
|
+
2017.06.13, v2.1.5
|
412
|
+
|
413
|
+
fix:
|
414
|
+
- (minify) package
|
415
|
+
|
416
|
+
|
417
|
+
2017.06.13, v2.1.4
|
418
|
+
|
419
|
+
fix:
|
420
|
+
- (npmignore) package.json
|
421
|
+
|
422
|
+
|
423
|
+
2017.06.13, v2.1.3
|
424
|
+
|
425
|
+
fix:
|
426
|
+
- (npmignore) legacy
|
427
|
+
|
428
|
+
|
429
|
+
2017.06.13, v2.1.2
|
430
|
+
|
431
|
+
fix:
|
432
|
+
- (npmignore) legacy
|
433
|
+
- (package) dependencies -> deveDependencies: babel
|
434
|
+
|
435
|
+
|
436
|
+
2017.06.13, v2.1.1
|
437
|
+
|
438
|
+
feature:
|
439
|
+
- (npmignore) decrease size
|
440
|
+
|
441
|
+
|
442
|
+
2017.06.13, v2.1.0
|
443
|
+
|
444
|
+
feature:
|
445
|
+
- (minify) es2015-ify
|
446
|
+
- (package) eslint v4.0.0
|
447
|
+
- (gitignore) package-lock
|
448
|
+
|
449
|
+
|
450
|
+
2017.05.10, v2.0.14
|
451
|
+
|
452
|
+
feature:
|
453
|
+
- (package) uglify-js v3.0.3
|
454
|
+
|
455
|
+
|
456
|
+
2016.11.09, v2.0.13
|
457
|
+
|
458
|
+
feature:
|
459
|
+
- (package) debug v2.3.0
|
460
|
+
|
461
|
+
|
462
|
+
2016.10.04, v2.0.12
|
463
|
+
|
464
|
+
fix:
|
465
|
+
- (minify) do not encode images to base64
|
466
|
+
|
467
|
+
|
468
|
+
2016.07.11, v2.0.11
|
469
|
+
|
470
|
+
feature:
|
471
|
+
- (package) html-minifier
|
472
|
+
|
473
|
+
|
474
|
+
2016.07.04, v2.0.10
|
475
|
+
|
476
|
+
feature:
|
477
|
+
- (package) uglify-js v2.7.0
|
478
|
+
|
479
|
+
|
480
|
+
2016.05.10, v2.0.9
|
481
|
+
|
482
|
+
feature:
|
483
|
+
- (package) html-minifier v2.1.2
|
484
|
+
|
485
|
+
|
486
|
+
2016.04.21, v2.0.8
|
487
|
+
|
488
|
+
feature:
|
489
|
+
- (package) html-minifier v2.0.0
|
490
|
+
- (package) jscs v3.0.3
|
491
|
+
|
492
|
+
|
493
|
+
2016.04.11, v2.0.7
|
494
|
+
|
495
|
+
feature:
|
496
|
+
- (package) html-minifier v1.5.0
|
497
|
+
|
498
|
+
|
499
|
+
2016.04.04, v2.0.6
|
500
|
+
|
501
|
+
feature:
|
502
|
+
- (package) html-minifier v1.4.0
|
503
|
+
|
504
|
+
|
505
|
+
2016.03.17, v2.0.5
|
506
|
+
|
507
|
+
feature:
|
508
|
+
- (package) html-minifier v1.3.0
|
509
|
+
|
510
|
+
|
511
|
+
2016.02.21, v2.0.4
|
512
|
+
|
513
|
+
feature:
|
514
|
+
- (package) html-minifier v1.2.0
|
515
|
+
|
516
|
+
|
517
|
+
2016.01.10, v2.0.3
|
518
|
+
|
519
|
+
feature:
|
520
|
+
- (package) html-minifier v1.1.1
|
521
|
+
|
522
|
+
|
523
|
+
2015.11.19, v2.0.2
|
524
|
+
|
525
|
+
fix:
|
526
|
+
- (minify) stdin (js, css, html) options: "-", "--"
|
527
|
+
|
528
|
+
|
529
|
+
2015.11.14, v2.0.1
|
530
|
+
|
531
|
+
feature:
|
532
|
+
- (package) uglify-js v2.6.0
|
533
|
+
|
534
|
+
|
535
|
+
2015.10.26, v2.0.0
|
536
|
+
|
537
|
+
fix:
|
538
|
+
- chore(jscs)
|
539
|
+
|
540
|
+
feature:
|
541
|
+
- (package) rm preferGlobal
|
542
|
+
- (minify) add help
|
543
|
+
- (help) add
|
544
|
+
- (minify) -flag -> --flag
|
545
|
+
- (package) add jscs
|
546
|
+
- (jscs) add
|
547
|
+
- (package) gulp -> jshint
|
548
|
+
- (travis) rm 0.10, 0.12
|
549
|
+
- (test) add
|
550
|
+
|
551
|
+
|
552
|
+
2015.10.26, v1.4.23
|
553
|
+
|
554
|
+
feature:
|
555
|
+
- (package) html-minifier v1.0.0
|
556
|
+
|
557
|
+
|
558
|
+
2015.10.12, v1.4.22
|
559
|
+
|
560
|
+
feature:
|
561
|
+
- (package) uglify-js v2.5.0
|
562
|
+
|
563
|
+
|
564
|
+
2015.09.28, v1.4.21
|
565
|
+
|
566
|
+
feature:
|
567
|
+
- (package) html-minifire v0.8.0
|
568
|
+
|
569
|
+
|
570
|
+
2015.09.01, v1.4.20
|
571
|
+
|
572
|
+
feature:
|
573
|
+
- (package) clean-css v3.4.1
|
574
|
+
|
575
|
+
|
576
|
+
2015.07.04, v1.4.19
|
577
|
+
|
578
|
+
feature:
|
579
|
+
- (minify) else if -> else
|
580
|
+
- (minify) rm assert
|
581
|
+
|
582
|
+
|
583
|
+
2015.06.08, v1.4.18
|
584
|
+
|
585
|
+
feature:
|
586
|
+
- (minify) check -> forEach
|
587
|
+
|
588
|
+
|
589
|
+
2015.06.08, v1.4.17
|
590
|
+
|
591
|
+
feature:
|
592
|
+
- (package) rm checkup
|
593
|
+
- (package) gulp v3.9.0
|
594
|
+
- (travis) add iojs
|
595
|
+
- (travis) rm before_install
|
596
|
+
|
597
|
+
|
598
|
+
2015.06.03, v1.4.16
|
599
|
+
|
600
|
+
feature:
|
601
|
+
- (minify) log: rm "\n"
|
602
|
+
|
603
|
+
|
604
|
+
2015.06.03, v1.4.15
|
605
|
+
|
606
|
+
feature:
|
607
|
+
- (minify) exec.try -> tryCatch
|
608
|
+
- (package) execon v1.2.0
|
609
|
+
|
610
|
+
|
611
|
+
2015.06.01, v1.4.14
|
612
|
+
|
613
|
+
feature:
|
614
|
+
- (package) clean-css v3.3.0
|
615
|
+
- (package) gulp-jshint: ~ -> ^
|
616
|
+
|
617
|
+
|
618
|
+
2015.05.21, v1.4.13
|
619
|
+
|
620
|
+
feature:
|
621
|
+
- (package) rendy v1.1.0
|
622
|
+
|
623
|
+
|
624
|
+
2015.05.12, v1.4.12
|
625
|
+
|
626
|
+
feature:
|
627
|
+
- (package) debug v2.2.0
|
628
|
+
|
629
|
+
|
630
|
+
2015.04.20, v1.4.11
|
631
|
+
|
632
|
+
feature:
|
633
|
+
- (package) clean-css v3.2.1
|
634
|
+
- (package) gulp-jshint v1.10
|
635
|
+
|
636
|
+
|
637
|
+
2015.03.10, v1.4.10
|
638
|
+
|
639
|
+
feature:
|
640
|
+
- (package) html-minifier v0.7.0
|
641
|
+
|
642
|
+
|
643
|
+
2015.03.10, v1.4.9
|
644
|
+
|
645
|
+
feature:
|
646
|
+
- (package) clean-css v3.1.5
|
647
|
+
|
648
|
+
|
649
|
+
2015.01.15, v1.4.8
|
650
|
+
|
651
|
+
feature:
|
652
|
+
- (package) execon v1.1.0
|
653
|
+
|
654
|
+
|
655
|
+
2015.01.14, v1.4.7
|
656
|
+
|
657
|
+
fix:
|
658
|
+
- (minify) regexp -v -> ^-v$
|
659
|
+
|
660
|
+
|
661
|
+
2014.12.31, v1.4.6
|
662
|
+
|
663
|
+
feature:
|
664
|
+
- (minify) rm notLog
|
665
|
+
|
666
|
+
|
667
|
+
2014.12.31, v1.4.5
|
668
|
+
|
669
|
+
fix:
|
670
|
+
- (css) error -> errors
|
671
|
+
- (minify) util -> exec
|
672
|
+
|
673
|
+
feature:
|
674
|
+
- (package) gulp-jshint v1.9.0
|
675
|
+
- (gulp) rm changelog-io
|
676
|
+
|
677
|
+
|
678
|
+
2014.12.24, v1.4.4
|
679
|
+
|
680
|
+
feature:
|
681
|
+
- (package) clean-css v3.0.1
|
682
|
+
|
683
|
+
|
684
|
+
2014.12.19, v1.4.3
|
685
|
+
|
686
|
+
fix:
|
687
|
+
- (gulpfile) util-io -> execon
|
688
|
+
|
689
|
+
|
690
|
+
2014.12.19, v1.4.2
|
691
|
+
|
692
|
+
fix:
|
693
|
+
- (minify) rm Util.slice
|
694
|
+
|
695
|
+
feature:
|
696
|
+
- (package) rm util-io
|
697
|
+
- (package) add rendy
|
698
|
+
- (package) v1.4.1
|
699
|
+
|
700
|
+
|
701
|
+
2014.12.17, v1.4.1
|
702
|
+
|
703
|
+
fix:
|
704
|
+
- (minify) rm Util.slice
|
705
|
+
|
706
|
+
|
707
|
+
2014.12.03, v1.4.0
|
708
|
+
|
709
|
+
feature:
|
710
|
+
- (minify) rm middleware
|
711
|
+
|
712
|
+
|
713
|
+
2014.12.03, v1.3.6
|
714
|
+
|
715
|
+
feature:
|
716
|
+
- (package) rm ischanged, mkdirp
|
717
|
+
|
718
|
+
|
719
|
+
2014.12.02, v1.3.5
|
720
|
+
|
721
|
+
fix:
|
722
|
+
- (package) author
|
723
|
+
|
724
|
+
|
725
|
+
2014.12.02, v1.3.4
|
726
|
+
|
727
|
+
feature:
|
728
|
+
- (minify) add tomas
|
729
|
+
|
730
|
+
|
731
|
+
2014.11.27, v1.3.3
|
732
|
+
|
733
|
+
feature:
|
734
|
+
- (minify) util-io -> execon, checkup
|
735
|
+
|
736
|
+
|
737
|
+
2014.11.20, v1.3.2
|
738
|
+
|
739
|
+
fix:
|
740
|
+
- (minify) mkdir with wrong path on win
|
741
|
+
|
742
|
+
|
743
|
+
2014.11.19, v1.3.1
|
744
|
+
|
745
|
+
fix:
|
746
|
+
- (minify) first minimize error
|
747
|
+
- (minify) getDir: join
|
748
|
+
|
749
|
+
feature:
|
750
|
+
- (minify) getDir: add path.join
|
751
|
+
|
752
|
+
|
753
|
+
2014.11.14, v1.3.0
|
754
|
+
|
755
|
+
feature:
|
756
|
+
- (minify) options: retName -> name, retStream -> stream
|
757
|
+
- (package) v1.2.0
|
758
|
+
- (minify) rm option log
|
759
|
+
|
760
|
+
|
761
|
+
2014.11.13, v1.2.0
|
762
|
+
|
763
|
+
feature:
|
764
|
+
- (minify) rm option log
|
765
|
+
|
766
|
+
|
767
|
+
2014.11.12, v1.1.0
|
768
|
+
|
769
|
+
feature:
|
770
|
+
- (minify) options: add returnStream
|
771
|
+
|
772
|
+
|
773
|
+
2014.11.10, v1.0.13
|
774
|
+
|
775
|
+
feature:
|
776
|
+
- (package) css-b64-images v0.2.5
|
777
|
+
- (gitignore) add npm-debug, rm min
|
778
|
+
- (package) v1.0.12
|
779
|
+
- (img) add local css-b64-images
|
780
|
+
|
781
|
+
|
782
|
+
2014.11.6, v1.0.12
|
783
|
+
|
784
|
+
feature:
|
785
|
+
- (img) add local css-b64-images
|
786
|
+
|
787
|
+
|
788
|
+
2014.11.3, v1.0.11
|
789
|
+
|
790
|
+
feature:
|
791
|
+
- (package) rm pipe-io
|
792
|
+
- (package) util-io v1.6.0
|
793
|
+
|
794
|
+
|
795
|
+
2014.10.31, v1.0.10
|
796
|
+
|
797
|
+
feature:
|
798
|
+
- (npmignore) rm .gitignore
|
799
|
+
- (npmignore) add
|
800
|
+
- (shell) rm
|
801
|
+
|
802
|
+
|
803
|
+
2014.10.30, v1.0.9
|
804
|
+
|
805
|
+
feature:
|
806
|
+
- (lib) error: {message} -> Error
|
807
|
+
|
808
|
+
|
809
|
+
2014.10.30, v1.0.8
|
810
|
+
|
811
|
+
feature:
|
812
|
+
- (minify) require all modules on start to improve speed
|
813
|
+
- (gulp) add changelog from npm
|
814
|
+
|
815
|
+
|
816
|
+
2014.10.24, v1.0.7
|
817
|
+
|
818
|
+
fix:
|
819
|
+
- (minify) img.optimize -> getModule(img)(filename, data, callback)
|
820
|
+
|
821
|
+
|
822
|
+
2014.10.24, v1.0.6
|
823
|
+
|
824
|
+
feature:
|
825
|
+
- (minify) "Supported file types" -> "File type not supported"
|
826
|
+
|
827
|
+
|
828
|
+
2014.10.24, v1.0.5
|
829
|
+
|
830
|
+
fix:
|
831
|
+
- (minify) if not js, html, css - error
|
832
|
+
|
833
|
+
feature:
|
834
|
+
- (minify) change file ext first, read file after
|
835
|
+
|
836
|
+
|
837
|
+
2014.09.29, v1.0.4
|
838
|
+
|
839
|
+
feature:
|
840
|
+
- (package) util-io v1.4.0
|
841
|
+
|
842
|
+
|
843
|
+
2014.09.17, v1.0.3
|
844
|
+
|
845
|
+
feature:
|
846
|
+
- (package) ponse v1.2.0
|
847
|
+
- (package) gulp-jshint v1.8.4
|
848
|
+
- (package) ponse v1.1.2
|
849
|
+
|
850
|
+
|
851
|
+
2014.09.3, v1.0.2
|
852
|
+
|
853
|
+
feature:
|
854
|
+
- (package) util-io v1.3.0
|
855
|
+
|
856
|
+
|
857
|
+
2014.08.22, v1.0.1
|
858
|
+
|
859
|
+
fix:
|
860
|
+
- (minify) req.path -> req.url
|
861
|
+
|
862
|
+
|
863
|
+
2014.08.21, v1.0.0
|
864
|
+
|
865
|
+
feature:
|
866
|
+
- (test) minify.optimizeData -> minify
|
867
|
+
- (bin) minify.optimize -> minify
|
868
|
+
- (minify) add middleware
|
869
|
+
|
870
|
+
|
871
|
+
2014.08.21, v0.9.0
|
872
|
+
|
873
|
+
fix:
|
874
|
+
- (minify) work with streams in node spawn
|
875
|
+
- (minify) pipe
|
876
|
+
|
877
|
+
feature:
|
878
|
+
- (minify) rm getName, MinFolder
|
879
|
+
- (minify) if EPIPE do not show error
|
880
|
+
|
881
|
+
|
882
|
+
2014.08.18, v0.8.4
|
883
|
+
|
884
|
+
fix:
|
885
|
+
- (minify) uglify a couple files with cli
|
886
|
+
|
887
|
+
feature:
|
888
|
+
- (minify) error -> error.message
|
889
|
+
|
890
|
+
|
891
|
+
2014.08.18, v0.8.3
|
892
|
+
|
893
|
+
fix:
|
894
|
+
- feature(gulp) if no features or not es do not add to changelog
|
895
|
+
|
896
|
+
feature:
|
897
|
+
- (minify) rm global.minify
|
898
|
+
- (gulp) if no s or not fixes do not add to changelog
|
899
|
+
- (gulp) rm history
|
900
|
+
- (package) util-io v1.2.4
|
901
|
+
|
902
|
+
|
903
|
+
2014.08.17, v0.8.2
|
904
|
+
|
905
|
+
fix:
|
906
|
+
- (minify) add "/" on win
|
907
|
+
|
908
|
+
|
909
|
+
2014.08.15, v0.8.1
|
910
|
+
|
911
|
+
fix:
|
912
|
+
- (minify) minify -> lib/minify
|
913
|
+
|
914
|
+
|
915
|
+
2014.08.15, v0.8.0
|
916
|
+
|
917
|
+
feature:
|
918
|
+
- (minify) rm quiet
|
919
|
+
- (minify) add ischanged
|
920
|
+
- (package) add ischanged
|
921
|
+
|
922
|
+
|
923
|
+
2014.07.21, v0.7.1
|
924
|
+
|
925
|
+
fix:
|
926
|
+
- (minify) optimize: callback in options
|
927
|
+
|
928
|
+
feature:
|
929
|
+
- (bin) minify -> minify.js
|
930
|
+
|
931
|
+
|
932
|
+
2014.07.21, v0.7.0
|
933
|
+
|
934
|
+
feature:
|
935
|
+
- (gulp) add release
|
936
|
+
- (minify) optimize: callback is last param
|
937
|
+
- (package) gulp-jshint v1.7.1
|
938
|
+
|
939
|
+
|
940
|
+
2014.07.4, v0.6.4
|
941
|
+
|
942
|
+
fix:
|
943
|
+
- (bin) util.io -> util-io
|
944
|
+
|
945
|
+
|
946
|
+
2014.07.1, v0.6.3
|
947
|
+
|
948
|
+
feature:
|
949
|
+
- (minify) rm cheerio
|
950
|
+
|
951
|
+
|
952
|
+
2014.06.16, v0.6.2
|
953
|
+
|
954
|
+
fix:
|
955
|
+
- (main) strict mode -> use strict
|
956
|
+
- (main) util.io -> util-io
|
957
|
+
|
958
|
+
feature:
|
959
|
+
- (gulp) add test
|
960
|
+
- (travis) script: add test
|
961
|
+
- (jshintrc) add
|
962
|
+
- (travis) add test
|
963
|
+
- (travis) rm script
|
964
|
+
- (package) test: add gulp
|
965
|
+
- (gulp) add
|
966
|
+
- (package) util-io v1.2
|
967
|
+
- (package) clean-css v2.2
|
968
|
+
- (package) cheerio v0.17.0, rm entities
|
969
|
+
- (package) util.io -> util-io
|
970
|
+
- (travis) add notifications
|
971
|
+
|
972
|
+
|
973
|
+
2014.05.29, v0.6.1
|
974
|
+
|
975
|
+
fix:
|
976
|
+
- (html) optimizeInline: add $(element)
|
977
|
+
- (test) optimize -> optimizeData
|
978
|
+
- (package) util.io: ^1.1.1 -> 1.1.x
|
979
|
+
- (minify) Util: bind -> exec.with
|
980
|
+
|
981
|
+
feature:
|
982
|
+
- (package) util.io v1.1.1
|
983
|
+
|
984
|
+
|
985
|
+
2014.05.16, v0.6.0
|
986
|
+
|
987
|
+
fix:
|
988
|
+
- (minify) set 777 mode to /tmi/minify directory
|
989
|
+
|
990
|
+
feature:
|
991
|
+
- (html) add css optimization
|
992
|
+
- (css) add tryCatch
|
993
|
+
- (html) add optimizition of inline js
|
994
|
+
- (js) add tryCatch
|
995
|
+
- (package) add cheerio, entities
|
996
|
+
- (package) util.io v0.1.0
|
997
|
+
- (package) util.io v0.9
|
998
|
+
- (minify) chmod -> process.umask
|
999
|
+
- (package) mkdirp v0.5.0
|
1000
|
+
- (package) html-minifier v0.6.0
|
1001
|
+
- (package) add homepage
|
1002
|
+
|
1003
|
+
|
1004
|
+
2014.04.30, v0.5.1
|
1005
|
+
|
1006
|
+
feature:
|
1007
|
+
- (minify) add optimizeData
|
1008
|
+
|
1009
|
+
|
1010
|
+
2014.04.29, v0.5.0
|
1011
|
+
|
1012
|
+
feature:
|
1013
|
+
- (bin) params: in out -> in1 in2 inN > out
|
1014
|
+
|
1015
|
+
|
1016
|
+
2014.04.25, v0.4.1
|
1017
|
+
|
1018
|
+
fix:
|
1019
|
+
- (minify) optimizedData -> error, optimizedData
|
1020
|
+
- (js) data -> dataOptimized
|
1021
|
+
|
1022
|
+
|
1023
|
+
2014.04.25, v0.4.0
|
1024
|
+
|
1025
|
+
feature:
|
1026
|
+
- (minify) add options: notLog
|
1027
|
+
|
1028
|
+
|
1029
|
+
2014.04.25, v0.3.4
|
1030
|
+
|
1031
|
+
fix:
|
1032
|
+
- callback: data -> error, data
|
1033
|
+
|
1034
|
+
|
1035
|
+
2014.04.23, v0.3.3
|
1036
|
+
|
1037
|
+
fix:
|
1038
|
+
- optimize makeDir: add callback
|
1039
|
+
|
1040
|
+
|
1041
|
+
2014.04.22, v0.3.2
|
1042
|
+
|
1043
|
+
fix
|
1044
|
+
- Folder could be undefined
|
1045
|
+
|
1046
|
+
|
1047
|
+
2014.04.22, v0.3.1
|
1048
|
+
|
1049
|
+
fix
|
1050
|
+
- tmp directory create
|
1051
|
+
|
1052
|
+
|
1053
|
+
2014.04.22, v0.3.0
|
1054
|
+
|
1055
|
+
fix:
|
1056
|
+
- access for a couple users
|
1057
|
+
- check is tmpdir exists
|
1058
|
+
|
1059
|
+
feature:
|
1060
|
+
- callback: params -> error, params
|
1061
|
+
- rm ability to process array of files
|
1062
|
+
- change min dir: /tmp/minify
|
1063
|
+
|
1064
|
+
|
1065
|
+
2014.03.03, v0.2.6
|
1066
|
+
|
1067
|
+
fix:
|
1068
|
+
- (minify) fileRead: call -> bind
|
1069
|
+
- (img) if path was relative img do not put to css
|
1070
|
+
- (img) change dir
|
1071
|
+
|
1072
|
+
|
1073
|
+
2014.02.12, v0.2.5
|
1074
|
+
|
1075
|
+
fix:
|
1076
|
+
- (img) if path was relative img do not put to css
|
1077
|
+
- (img) change dir
|
1078
|
+
|
1079
|
+
feature:
|
1080
|
+
- add util.io
|
1081
|
+
- (img) add MAX_SIZE: 100kb
|
1082
|
+
- update css-b64-images v0.2.x
|
1083
|
+
- uglify-js: v2.4.7 -> v2.4.x
|
1084
|
+
- html-minify: v0.5.4 -> 0.5.x
|
1085
|
+
|
1086
|
+
2014.01.03, v0.2.4
|
1087
|
+
|
1088
|
+
fix:
|
1089
|
+
- uglify: 2.4.x -> 2.4.7
|
1090
|
+
- typos
|
1091
|
+
|
1092
|
+
|
1093
|
+
2013.11.08, v0.2.3
|
1094
|
+
|
1095
|
+
update:
|
1096
|
+
- clean-css: 1.1.x -> 2.0.x
|
1097
|
+
- update clean-css, uglify-js to all minor versions
|
1098
|
+
- clean-css: update to v1.1.3
|
1099
|
+
|
1100
|
+
2013.10.01, v0.2.2
|
1101
|
+
|
1102
|
+
update:
|
1103
|
+
- clean-css: v1.0.10 -> v1.1.2
|
1104
|
+
- uglify: v2.3.6 -> v2.4.0
|
1105
|
+
- html-minifier: v0.5.2 -> v0.5.4
|
1106
|
+
|
1107
|
+
2013.08.01, v0.2.1
|
1108
|
+
|
1109
|
+
* Updated clean-css to v1.0.2.
|
1110
|
+
|
1111
|
+
* Updated uglify-js to v2.3.0.
|
1112
|
+
|
1113
|
+
* Updated uglify-js to v2.3.2.
|
1114
|
+
|
1115
|
+
* Updated html-minifier to v0.5.2 and uglify-js to v2.3.4.
|
1116
|
+
|
1117
|
+
* Updated clean-css to v1.0.3 and uglify to v2.3.5.
|
1118
|
+
|
1119
|
+
* Updated clean-css to v1.0.7.
|
1120
|
+
|
1121
|
+
* Updated uglify to v2.3.6.
|
1122
|
+
|
1123
|
+
* doc(contribute) add commit message conventions
|
1124
|
+
|
1125
|
+
* chore(clean-css) v1.0.7 -> v1.0.10
|
1126
|
+
|
1127
|
+
* fix(minify) pData.toString -> pData && pData.toString
|
1128
|
+
|
1129
|
+
* chore(clean-css) v1.0.10 -> v1.0.11
|
1130
|
+
|
1131
|
+
* feature(bin) add -h -v
|
1132
|
+
|
1133
|
+
* chore(clean-css) v1.0.11 -> v1.0.12
|
1134
|
+
|
1135
|
+
|
1136
|
+
2013.04.22, v0.2.0
|
1137
|
+
|
1138
|
+
* Updated clean-css to v0.10.1.
|
1139
|
+
|
1140
|
+
* Updated uglify-js to 2.2.5.
|
1141
|
+
|
1142
|
+
* Updated clean-css to v0.10.2.
|
1143
|
+
|
1144
|
+
* Removed hashes control.
|
1145
|
+
|
1146
|
+
* Added ability to optimize images in any css.
|
1147
|
+
|
1148
|
+
* Updated css-b64-images to v0.2.3.
|
1149
|
+
|
1150
|
+
* Updated clean-css to v1.0.0.
|
1151
|
+
|
1152
|
+
* Updated html-minifier to v0.5.0.
|
1153
|
+
|
1154
|
+
* Updated clean-css to v1.0.1.
|
1155
|
+
|
1156
|
+
* Fixed bug with generating html
|
1157
|
+
when html-minifier do not installed.
|
1158
|
+
|
1159
|
+
|
1160
|
+
2013.03.01, v0.1.9
|
1161
|
+
|
1162
|
+
* Fixed bug with optimizing images: if in css was not
|
1163
|
+
result css file do not saves.
|
1164
|
+
|
1165
|
+
* Fixed bug with executing callback.
|
1166
|
+
|
1167
|
+
* Fixed bug with saving result css file.
|
1168
|
+
|
1169
|
+
* Added merge flag.
|
1170
|
+
|
1171
|
+
* Changed the way messages printing.
|
1172
|
+
|
1173
|
+
* Updated clean-css to v0.9.1.
|
1174
|
+
|
1175
|
+
* Beutified hashes.json format.
|
1176
|
+
|
1177
|
+
* Removed caching data for improving speed.
|
1178
|
+
|
1179
|
+
* Added bin directory and minify cmd tool.
|
1180
|
+
|
1181
|
+
* Fixed bug with calling callback after saving
|
1182
|
+
minified file.
|
1183
|
+
|
1184
|
+
* Updated css-b64-images to v0.22.
|
1185
|
+
|
1186
|
+
* Updated clean-css to v0.10.0.
|
1187
|
+
|
1188
|
+
|
1189
|
+
2012.12.12, v0.1.8
|
1190
|
+
|
1191
|
+
* Fixed bug with minimizing images to css file.
|
1192
|
+
If css file not the last, minification was not doing.
|
1193
|
+
|
1194
|
+
* Changed versions of needed modules.
|
1195
|
+
|
1196
|
+
* Added module util.js.
|
1197
|
+
|
1198
|
+
* js, css and html modules refactored added module main.
|
1199
|
+
|
1200
|
+
* Fixed bug with saving to Cache.
|
1201
|
+
|
1202
|
+
* Fixed bug with hashes.json and min folder, from now
|
1203
|
+
they stored in minify directory.
|
1204
|
+
|
1205
|
+
* Fixed bug with compression files with same name,
|
1206
|
+
from min folder would be geted first name.
|
1207
|
+
From now names in min folder is sha hashes form path
|
1208
|
+
of file.
|
1209
|
+
|
1210
|
+
|
1211
|
+
2012.10.01, v0.1.7
|
1212
|
+
|
1213
|
+
* Changed version of clean-css to 0.6.0.
|
1214
|
+
|
1215
|
+
* Little bit refactored and optimized.
|
1216
|
+
|
1217
|
+
* Fixed bug with saving optimized css file, wich
|
1218
|
+
contains all css files with images, if option is
|
1219
|
+
setted up.
|
1220
|
+
|
1221
|
+
* Changed version of base-64-images to 0.2.1.
|
1222
|
+
|
1223
|
+
* File check moved to module is-file-changed.
|
1224
|
+
|
1225
|
+
* Function doit moved to cloudcmd module.
|
1226
|
+
|
1227
|
+
|
1228
|
+
2012.08.24, v0.1.6
|
1229
|
+
|
1230
|
+
* From now file hashes.json saving only if it was changed.
|
1231
|
+
|
1232
|
+
* Changed version of Uglify-js to 1.3.3.
|
1233
|
+
|
1234
|
+
* Added function checkextension and ability to read file from
|
1235
|
+
hdd if it's already minified.
|
1236
|
+
|
1237
|
+
* Fixed bug with hashes.json, from now, if it exist, and min
|
1238
|
+
folder is empty files would be minified and writed.
|
1239
|
+
|
1240
|
+
* Added parameters to callback function.
|
1241
|
+
|
1242
|
+
* Added ability auto minificate any neaded file.
|
1243
|
+
|
1244
|
+
|
1245
|
+
2012.08.06, v0.1.5
|
1246
|
+
|
1247
|
+
* Added callback function.
|
1248
|
+
|
1249
|
+
* Added tests of js minification.
|
1250
|
+
|
1251
|
+
|
1252
|
+
2012.07.27, v0.1.4
|
1253
|
+
|
1254
|
+
* Fixed bug with saving hashes.json, if css file was not last,
|
1255
|
+
file would not writed.
|
1256
|
+
|
1257
|
+
* Fixed bug with saving all.min.css, if css file was not last,
|
1258
|
+
all.min.css would not be writed and base64 function would not
|
1259
|
+
be called.
|
1260
|
+
|
1261
|
+
* Fixed bug: all.min.css writed every time.
|
1262
|
+
|
1263
|
+
|
1264
|
+
2012.07.19, v0.1.3
|
1265
|
+
|
1266
|
+
* Bug fixed: lastReaded file not always was realy last.
|
1267
|
+
Because of asynchronous nature of node, there is no
|
1268
|
+
sence to pass the lastReadedFile boolean parameter,
|
1269
|
+
because we can not exactly say when file would be readed.
|
1270
|
+
|
1271
|
+
* Fixed bug with no dependencies installed, now code
|
1272
|
+
doesn't changing, just saves the copy of it in min dir.
|
1273
|
+
|
1274
|
+
* Fixed bug with no css-b64-images module installed,
|
1275
|
+
now all.min.css writes all the time, even not minimized
|
1276
|
+
and whith no converted to base64 images, but still containing
|
1277
|
+
all css files.
|
1278
|
+
|
1279
|
+
|
1280
|
+
2012.07.14, v0.1.2
|
1281
|
+
|
1282
|
+
* In jsScripts, bug with function jsScripts fixed, from now
|
1283
|
+
jsScripts taking 2 parameters: file names and neaded_cache bolean.
|
1284
|
+
|
1285
|
+
* Fixed bug in jsScripts and html functions in type convertions
|
1286
|
+
(from string to array).
|
1287
|
+
|
1288
|
+
* Added hashes system, so if file was not changed small version woud not
|
1289
|
+
created.
|
1290
|
+
|
1291
|
+
* 3 functions: jsScripts, cssStyles and html merged to one function optimize.
|
1292
|
+
|
1293
|
+
|
1294
|
+
2012.07.11, v0.1.1
|
1295
|
+
|
1296
|
+
* In jsScripts, bug with function MoreProcessing_o.Func fixed,
|
1297
|
+
now changed final_code savings, not losing.
|
1298
|
+
|
1299
|
+
* In jsScripts, fixed bug, when only one js-file can be post-processed, from now
|
1300
|
+
every js-file could be post-processed.
|
1301
|
+
|
1302
|
+
* Added ability to save files in Minify Cache, without writing to disk.
|
1303
|
+
|
1304
|
+
* Changed the more processing agrument, no it passes with a file name and js
|
1305
|
+
file name writing only once.
|
1306
|
+
|
1307
|
+
* Fixed bug with passing not array argument ot jsScripts function.
|