« Blog » 2014-07-19

Fost 4 release 4.14.06.44917 now out

Created 2014-07-19T05:36:01.687Z, last edited 2014-07-19T06:43:46.812Z

The new release was once again tagged a while ago, but I went on holiday before managing to debug the failure of the release process to push the tag to github.

Linux & Mac
git clone --branch=4.14.06.44917 --recursive [email protected]:KayEss/fost-hello.git
cd fost-hello
Boost/build
hello/compile
dist/bin/hello-world-d

On the Mac you will need to set DYLD_LIBRARY_PATH before running hello-world-d

export DYLD_LIBRARY_PATH=dist/lib
dist/bin/hello-world-d
Windows
git clone --branch=4.14.06.44917 --recursive [email protected]:KayEss/fost-hello.git
cd fost-hello
Boost\build
hello\compile
dist\bin\hello-world-gd

Download locations

Detailed change log

fost-orm

  • Made the internal API for adding a transformation function to the JSON database through fostlib::jsondb::local::transformation public.