Skip to content

Commit

Permalink
adding changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
David Núñez committed Feb 2, 2017
1 parent 94bdd00 commit 07c3e15
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 7 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

1.1.0 (Feb 1, 2017)
- Adding support for configure http via props into window.coditor object
- Adding support for add initial code into init global configuration

1.0.1 (Jan 31, 2017)
- Cleaning code
- Updating documentation

1.0.0 (Jan 31, 2017)
- Initial release
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
[![NPM](https://img.shields.io/npm/v/coditor.svg)](https://www.npmjs.com/package/coditor)
[![Downloads](https://img.shields.io/npm/dm/coditor.svg)](http://npm-stat.com/charts.html?package=coditor)

See [CHANGELOG](https://github.com/davidenq/coditor/blob/master/CHANGELOG.md) to see more about recently changes.

## Important

> If you are interested in the old version, please select coditor-old branch in this repo.
Expand Down Expand Up @@ -46,8 +48,6 @@ npm run dev

Your browser will be automatically launch into `http://localhost:8080`. By default is set javascript language, but if you need to add a new language, You need to add some line codes in ` main.js`. See how to customize coditor.

Also, see how to customize

## Customize coditor for building assets

You need to customize your own preferences for coditor. This include:
Expand Down
11 changes: 6 additions & 5 deletions ROADMAP.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# What's coming?
- Coditor will uses vuejs-templates/webpack (there are full features like hotreload, linting, testing, development mode, build assets ready for production. You can see all features [here](https://github.com/vuejs-templates/webpack#whats-included))
- A extensive documentation to development new features, examples, and put on production.
- Making web request and handle response using vue-resource.
- Add dinamic tabs
- Select the programming language dynamically for each tab that was created. Also include download or load script dependencies dynamically.

- [x] A extensive documentation to development new features, examples, and put on production.
- [x] Making web request and handle response using vue-resource.
- [x] global config for all tabs
- [x] config via props for each tab
- [] Add dinamic tabs
- [] ~~Select the programming language dynamically for each tab that was created. Also include download or load script dependencies dynamically.~~
> Important: Coditor intented to be a independent webcomponent. The original idea is to be a multitab code editor, no more, no less.
If you have any idea to a new feature, I would be very interested in discussions. Meanwhile I will continue working in the coditor new version.

0 comments on commit 07c3e15

Please sign in to comment.