Skip to content

feat: v0.2.0 [BREAKING CHANGE] #35

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

Merged
merged 9 commits into from
Oct 1, 2020
Merged

feat: v0.2.0 [BREAKING CHANGE] #35

merged 9 commits into from
Oct 1, 2020

Conversation

roerohan
Copy link
Contributor

@roerohan roerohan commented Oct 1, 2020

feat: v0.2.0 [BREAKING CHANGE]

  • Breaking change:
import CodeExecutor from 'code-executor';

to

import { CodeExecutor } from 'code-executor';
  • Smaller refactors internally

roerohan and others added 9 commits October 1, 2020 14:33
* feat: accepting only suported languages

* feat: added dockerfiles for the remaining langs

* fix: trimming outputs before comparing

* fix: error handling got worker.build()

* feat: better error handling, closes #18 and #14

* feat: added log for error
* refactor: [BREAKING CHANGE] changed default import to { CodeExecutor }

* docs: [BREAKING CHANGE] default import to { CodeExecutor }

* fix: Build only python and bash

* docs: worker.build builds all languages by default

* feat: v0.2.0 [BREAKING CHANGE]
@roerohan roerohan added enhancement New feature or request hacktoberfest Hacktoberfest 2020 labels Oct 1, 2020
@roerohan roerohan merged commit 31c4584 into master Oct 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hacktoberfest Hacktoberfest 2020
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants