Skip to content

Commit

Permalink
transformers
Browse files Browse the repository at this point in the history
  • Loading branch information
piascikj committed Mar 13, 2018
1 parent b74e76b commit 2b8bf2b
Show file tree
Hide file tree
Showing 15 changed files with 1,484 additions and 22 deletions.
4 changes: 2 additions & 2 deletions .imdone/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"lists": [
{
"name": "BACKLOG",
"hidden": false
"hidden": true
},
{
"name": "TODO",
"hidden": false
"hidden": true
},
{
"name": "DOING",
Expand Down
2 changes: 1 addition & 1 deletion .imdone/sort.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"TODO":["67","93","78","81","87","96","83","98","95","72","68","69","99","94","75","80","76","104","71","66","296","b1da42e032be3184a88440895fcbd36033f98216","64","65","44","45","1","4","33","42","6","35","3","12","5","2","41","27","11","0","61","37282a0e7a76cc99a56b7a44ceeb5a32a70b8738","10","ac3288b84614c6cf1e5797cff1bcbd12d0853f83","66344d12347230297b6073dfe5e7e6ad667a8d53","a486a8697ce2e6e39ee0f260052f69b0bbb6111c","22","59","36","37","28","38","47","25"],"DOING":["104","62","59","36","10","13","44","45","20"],"BACKLOG":["34","13","21","43","46","16","23","15","9","40","31","7","19","18","26","8","30","48","39","29","37","17","45"]}
{"TODO":["67","93","78","81","87","96","83","98","95","72","68","69","99","94","75","80","76","104","71","66","296","b1da42e032be3184a88440895fcbd36033f98216","64","65","44","45","1","4","33","42","6","35","3","12","5","2","41","27","11","0","61","37282a0e7a76cc99a56b7a44ceeb5a32a70b8738","10","ac3288b84614c6cf1e5797cff1bcbd12d0853f83","66344d12347230297b6073dfe5e7e6ad667a8d53","a486a8697ce2e6e39ee0f260052f69b0bbb6111c","22","59","36","37","28","38","47","25"],"DOING":["104","107","108","139","62","59","36","10","13","44","45","20"],"BACKLOG":["34","13","21","43","46","16","23","15","9","40","31","7","19","18","26","8","30","48","39","29","37","17","45"]}
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2.3.37
- Add export with alt-x

## 2.3.36
- Add GAMS project support

Expand Down
4 changes: 2 additions & 2 deletions config/index.coffee
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dev =
name: "localhost",
imdoneKeyA: 'E4w10uxC3ov_WoaIqAXdEbzvD52I01Lr9_W1i44-bDVcAHKbBb9lAA=='
imdoneKeyB: 'eAgZpLvqEDAIWLwliNjSdPFnMho='
imdoneKeyA: 'tn2tCIlnXoyqq2uXL3RimZ6iYBjPz986zxUNHpghvMzO6bgid3DfMA=='
imdoneKeyB: 'aapG72sp7lWy5X6zSaSYubbPZyU='
pusherKey: '64354707585286cfe58f'
pusherChannelPrefix: 'private-imdoneio-dev'
baseUrl: 'http://localhost:3000'
Expand Down
Loading

0 comments on commit 2b8bf2b

Please sign in to comment.