https://github.com/amaltsev/XAO-Base ------------------------------------ commit e9da86356bc2c2f330024f0ca4f67b89e21a06da Author: Andrew Maltsev Date: Mon Jun 29 23:24:01 2020 -0700 Manifest updated commit fd19ae3e21c6212679fab2cd5344d3c97bfe1a3f Author: Andrew Maltsev Date: Fri Jun 26 08:18:54 2020 -0700 Version 1.26 commit 10af316330397835d4e25d838117618d724da975 Author: Andrew Maltsev Date: Fri Jun 26 08:17:50 2020 -0700 Fixed /j filter to work for both JSON and JS JSON does not consider \' a valid escape sequence even though JS does. commit e363de91c31f085e57395056cfd3c3cc4b9ea90a Merge: 846b1e4 ee66007 Author: Andrew Maltsev Date: Mon Jan 13 15:00:21 2020 -0800 Merge pull request #1 from manwar/add-repo-meta Added repo meta. commit 846b1e4856518721c2b2f2bd5c6ad715a8ee3ec7 Author: Andrew Maltsev Date: Mon Dec 23 17:49:10 2019 -0800 Minor adjustments while testing (no functional changes) commit ee66007124cf79909b16860e77358f6ee797fb87 Author: Mohammad S Anwar Date: Thu Nov 21 19:43:07 2019 +0000 Added repo meta. commit eece22cdaf4a67068bc383b310afa99eccb87ab6 Author: Andrew Maltsev Date: Thu Aug 29 13:58:56 2019 -0700 Added Cache::Uncached backend commit d2c86775604d0c0d1d679872ebffcac194c961d7 Author: Andrew Maltsev Date: Wed Feb 27 15:55:31 2019 -0800 1.25 Fixed fround() for 7.42/0.8 edge case commit 073bcc869e05ff5d9e7f5c266ad7bb1d8ac02eb0 Author: Andrew Maltsev Date: Thu Jan 17 18:48:51 2019 -0800 1.24 Changed to Devel::Size in Cache::Memory The old code was slow and underestimated the size 10 times or more. Using Devel::Size is optional, defaulting to a slightly updated old code if it's not found. commit 45a91ea05f5975402eb321b28d35c4ad91c43765 Author: Andrew Maltsev Date: Wed Oct 24 20:09:34 2018 -0700 1.23 'include' argiment to XAO::Objects::load() Allowing to refer to library projects from Config.pm and other situations when site configuration is not available yet.