Release notes

Thursday, March 17, 2022 | Dr. Rich Lane

Update

General: View compiler, now outputs all columns set with required even if blank. Previously blank columns did not come through but every database on the planet still shows the columns with null so we will do the same. Change means you should check for col != blank rather than col == true.
General: View compiler, outputting the entire hash rather than just the first one (not sure if this is going to be an issue - so far so good).
General: View compiler detects hashes by type_of reducing errors in logs.

Change

General: View compiler now correctly outputs defaults (titles etc).