Skip to content

feat: v0.2.0 [BREAKING CHANGE] #34

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 5 commits into from
Oct 1, 2020
Merged

feat: v0.2.0 [BREAKING CHANGE] #34

merged 5 commits into from
Oct 1, 2020

Conversation

roerohan
Copy link
Contributor

@roerohan roerohan commented Oct 1, 2020

feat: v0.2.0 [BREAKING CHANGE]

  • Major refactor:
import CodeExecutor from 'code-executor';

to

import { CodeExecutor } from 'code-executor';
  • Minor refactor: models/models.ts -> models/index.ts

  • Changed examples according to changes.

@roerohan roerohan added enhancement New feature or request hacktoberfest Hacktoberfest 2020 labels Oct 1, 2020
@roerohan roerohan requested a review from alias-rahil October 1, 2020 22:03
@roerohan roerohan merged commit e7bd2b9 into csivitu:dev Oct 1, 2020
roerohan added a commit that referenced this pull request Oct 1, 2020
* fix: -f flag added to npm clean script, prevents failure if ./dist does not exist

* feat: v0.1.8

* WIP: added dockerfiles for the remaining langs (#32)

* 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

* feat: v0.1.9

* feat: v0.2.0 [BREAKING CHANGE] (#34)

* 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]

Co-authored-by: Rahil Kabani <rahil.kabani.4@gmail.com>
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.

1 participant