Skip to content

Releases: ublitzjs/static

0.2.1 Newer core package

Choose a tag to compare

@Guthib-of-Dan Guthib-of-Dan released this 07 Nov 20:44

Yes. Just it

dynamicServe is completely dynamic

Choose a tag to compare

@Guthib-of-Dan Guthib-of-Dan released this 18 Sep 15:40

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

0.1.3 dynamicServe without looking for index.html

Choose a tag to compare

@Guthib-of-Dan Guthib-of-Dan released this 15 Sep 09:29

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

Choose a tag to compare

@Guthib-of-Dan Guthib-of-Dan released this 30 Aug 19:13

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

0.1.1

Choose a tag to compare

@Guthib-of-Dan Guthib-of-Dan released this 21 Aug 09:12

Fixed #5

0.1.0

Choose a tag to compare

@Guthib-of-Dan Guthib-of-Dan released this 02 Jul 17:11
  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

Choose a tag to compare

@Guthib-of-Dan Guthib-of-Dan released this 22 Jun 10:40
0.0.1

changed release action