github polterguy/magic v10.0.17
Feature release

latest releases: v17.3.9, v17.3.8, v17.3.7...
2 years ago

This release contain a lot of features making your Hyperlambda and Magic life easier. Below is a list of all changes

  • Allow for [format] to take [culture] argument to override which culture is being used for its formatting invocation
  • magic.logging can now be configured to provide a "level" for which invocations it should log, similar to how log4net works
  • The threading parts of magic.lambda are now separated out into its own unique library
  • The CRUD/SQL menu item can now create PATCH endpoints
  • All YouTube videos in our documentation website has been re-created with much higher quality
  • Supporting expressions in [if], [else-if], and [while], for cases where you only need to check a boolean condition
  • [eq] and all other comparison slots can now also take expressions replacing their LHS argument invocation
  • Created [neq] comparison slot
  • [config.get] can now be provided a default value
  • Using DBNull.Value for all SQL parameters created where the value of the parameter is null, which is more compatible
  • Cleaned up and copy edited the entire documentation for Magic, see the results here

Don't miss a new magic release

NewReleases is sending notifications on new releases.