Skip to content

Releases: ublitzjs/static

0.2.1 Newer core package

07 Nov 20:44

Choose a tag to compare

dynamicServe is completely dynamic

18 Sep 15:40

Choose a tag to compare

Now dynamicServe generates functions using "new Function" constructor, or "bundling-surviving" eval.
Fixed #6 , #7.

0.1.3 dynamicServe without looking for index.html

15 Sep 09:29

Choose a tag to compare

If you don't have any index.html in folder you are serving with dynamicServe (or deeply nested index.html), then if url is pointing to a directory and you have set noIndexHtml option to true, then request will end with 404.
It is great when you don't want to do unwanted stuff.

0.1.2 File descriptors

30 Aug 19:13

Choose a tag to compare

Function "sendFile" now has option to use file descriptor instead of a path. No compatibility with previous versions is broken.

0.1.1

21 Aug 09:12

Choose a tag to compare

Fixed #5

0.1.0

02 Jul 17:11

Choose a tag to compare

  1. Fixed these issues: #1 #2 #3 #4
  2. Separated package into @ublitzjs/static (sendFile + basicSendFile) AND @ublitzjs/static/serving (analyzeFolder + staticServe + "similar") for different developers' needs
  3. added several keywords to package.json for easier lookup on NPM

Init

22 Jun 10:40

Choose a tag to compare

0.0.1

changed release action