Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(boolean,integer): Support integer and boolean values #26

Merged
merged 2 commits into from
Jun 8, 2018

Conversation

b3ross
Copy link
Owner

@b3ross b3ross commented Jun 8, 2018

No description provided.

@b3ross b3ross changed the title fix(integer): Support integer values fix(boolean,integer): Support integer and boolean values Jun 8, 2018
@b3ross
Copy link
Owner Author

b3ross commented Jun 8, 2018

Fixes #25

throw new Error(`Could not locate resolver for value ${value}`);
private async rewriteValue(value: Primitive): Promise<Primitive> {
if (typeof value === 'string') {
const regex = new RegExp('\\${([a-z]+):(.*)}');
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should add a test where we pull an integer from credstash

@b3ross b3ross merged commit c1c87db into master Jun 8, 2018
@b3ross b3ross deleted the fix/support-integers branch June 8, 2018 15:13
@b3ross
Copy link
Owner Author

b3ross commented Jun 8, 2018

🎉 This PR is included in version 0.3.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant