github polterguy/magic v9.9.6
Accessing CRUDifier from Hyper IDE

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

The primary feature of this release is the ability to access the CRUDifier directly from Hyper IDE, which combined with the ability to invoke HTTP endpoints from Hyper IDE makes almost all the primary features related to creating Hyperlambda modules accessible from one place, being Hyper IDE that is.

There are also some other minor features, such as a new [strings.url-decode] slot, allowing you to decode URL encoded strings, in addition to that the HTTP slots can automatically convert the response object to a lambda object now, if the response is JSON, and you provide a [convert] argument, and set its value to boolean true. The latter eliminates the need to invoke [json2lambda] on the content returned from HTTP invocations.

The CRUDifier now also provide slightly better sanity checking for URLs, making it more difficult to create modules, components, and SQL endpoints with "bogus" URLs, not possible to invoke, due to wrong CaPiTalization etc.

Don't miss a new magic release

NewReleases is sending notifications on new releases.