Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
September 21, 2021 05:37 am GMT

FoalTS version 2.6 is here

Version 2.6 of Foal has been released! Here are the improvements that it brings.

Support of the array value for AJV coerceTypes option

{  "settings": {    "ajv": {      "coerceTypes": "array"    }  }}

Option documentation: https://ajv.js.org/coercion.html#coercion-to-and-from-array.

Swagger page supports strict CSP

Inline scripts in the Swagger page have been removed to support more strict Content Security Policy directive.

Bug fixes

The foal connect angular command now supports empty angular.json files.


Original Link: https://dev.to/loicpoullain/foalts-version-2-6-is-here-17ij

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To