mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
* Lowercase stringValue to allow for wider range of inputs. This change simply adds toLowerCase() when assigning stringValue to allow enable a case-insensitive input (True, TRUE, False, False) * Update variables.md Added documentation showing lowercase change to strToBool * Update str-to-bool.test.js Added uppercase/mixedcase test * Update str-to-bool.test.js fixed test description for str-to-bool case checks * fix linting/prettier issues with strToBool test/func patch