Skip to content

Releases: the-linck/ASP-Dynamic-Include

Lighter and Faster

13 Dec 15:05
2f5824f
Compare
Choose a tag to compare

A whole year of performance updates (not released previously) is implemented in this new version, making it far faster and lighter on execution. All of this comes from the two major changes made on the code: reduced call stack and less string concatenation.
There are also configuration options and a new code file with deprecated functions - that were removed because of bad performance or being unnecessary for the library.

Keeping focus

01 Aug 14:19
Compare
Choose a tag to compare

Not removing comments anymore, as they are valid VBScript and just ignored in execution time.

Ready to rock

31 Jul 14:11
Compare
Choose a tag to compare

Properly tested code and with an important new freature: recursive file importing.

Initial project

26 Jul 04:13
Compare
Choose a tag to compare
Initial project Pre-release
Pre-release

The initial project structure, based on working code but not properly tested yet.