1.2.0-alpha.27 • Published 3 years ago

timecatjs v1.2.0-alpha.27

Weekly downloads
63
License
GPL-3.0-or-later
Repository
-
Last release
3 years ago

TimeCat

More details to see 🏘️ TimeCat Homepage

Which dist file to use?

From CDN or without a Bundler

  • timecat.global(.prod).js:

    • For direct use via <script src="..."> in the browser. Exposes the TimeCat global.
    • Note that global builds are not UMD builds. They are built as IIFEs and is only meant for direct use via <script src="...">.
    • Contains hard-coded prod/dev branches, and the prod build is pre-minified. Use the *.prod.js files for production.
  • timecat.esm(.prod).js:

    • For usage via native ES modules imports (in browser via <script type="module">.
    • Shares the same runtime compilation, dependency inlining and hard-coded prod/dev behavior with the global build.

With a Bundler

  • timecat.esm.js:

    • For use with bundlers like webpack, rollup and parcel.
    • Leaves prod/dev branches with process.env.NODE_ENV guards (must be replaced by bundler)
    • Does not ship minified builds (to be done together with the rest of the code after bundling)

For Server-Side Rendering

  • timecat.cjs(.prod).js:
    • For use in Node.js server-side rendering via require().
    • If you bundle your app with webpack with target: 'node' this is the build that will be loaded.
    • The dev/prod files are pre-built, but the appropriate file is automatically required based on process.env.NODE_ENV.
1.2.0-alpha.27

3 years ago

1.2.0-alpha.26

4 years ago

1.2.0-alpha.25

4 years ago

1.2.0-alpha.24

4 years ago

1.2.0-alpha.23

4 years ago

1.2.0-alpha.22

4 years ago

1.2.0-alpha.21

4 years ago

1.2.0-alpha.20

4 years ago

1.2.0-alpha.19

4 years ago

1.2.0-alpha.18

4 years ago

1.2.0-alpha.17

4 years ago

1.2.0-alpha.16

5 years ago

1.2.0-alpha.15

5 years ago

1.2.0-alpha.14

5 years ago

1.2.0-alpha.13

5 years ago

1.2.0-alpha.12

5 years ago

1.2.0-alpha.11

5 years ago

1.2.0-alpha.10

5 years ago

1.2.0-alpha.9

5 years ago

1.2.0-alpha.8

5 years ago

1.2.0-alpha.7

5 years ago

1.2.0-alpha.6

5 years ago

1.2.0-alpha.5

5 years ago

1.2.0-alpha.3

5 years ago

1.2.0-alpha.2

5 years ago

1.2.0-alpha.1

5 years ago

1.1.5

5 years ago

1.2.0-alpha.0

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.16

5 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.11

5 years ago

1.0.12

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.0

5 years ago