UNPKG

5.58 kBMarkdownView Raw
1# Change Log
2
3## [1.1.4](https://github.com/skale-me/skale-cli/tree/1.1.4) (2016-09-07)
4[Full Changelog](https://github.com/skale-me/skale-cli/compare/1.1.3...1.1.4)
5
6**Merged pull requests:**
7
8- Update connection to upcoming ssl server [\#25](https://github.com/skale-me/skale-cli/pull/25) ([mvertes](https://github.com/mvertes))
9
10## [1.1.3](https://github.com/skale-me/skale-cli/tree/1.1.3) (2016-08-22)
11[Full Changelog](https://github.com/skale-me/skale-cli/compare/1.1.2...1.1.3)
12
13**Merged pull requests:**
14
15- fix error handling [\#23](https://github.com/skale-me/skale-cli/pull/23) ([mvertes](https://github.com/mvertes))
16- default app prints number of workers [\#22](https://github.com/skale-me/skale-cli/pull/22) ([mvertes](https://github.com/mvertes))
17- check validity of application name at creation [\#21](https://github.com/skale-me/skale-cli/pull/21) ([mvertes](https://github.com/mvertes))
18
19## [1.1.2](https://github.com/skale-me/skale-cli/tree/1.1.2) (2016-07-29)
20[Full Changelog](https://github.com/skale-me/skale-cli/compare/1.1.1...1.1.2)
21
22**Merged pull requests:**
23
24- Add debug flag, improve cloud run [\#20](https://github.com/skale-me/skale-cli/pull/20) ([mvertes](https://github.com/mvertes))
25- Implement attach command [\#19](https://github.com/skale-me/skale-cli/pull/19) ([mvertes](https://github.com/mvertes))
26- Re-implement status and stop commands [\#18](https://github.com/skale-me/skale-cli/pull/18) ([mvertes](https://github.com/mvertes))
27- test command to run locally. run command to run on skale cloud. [\#17](https://github.com/skale-me/skale-cli/pull/17) ([mvertes](https://github.com/mvertes))
28
29## [1.1.1](https://github.com/skale-me/skale-cli/tree/1.1.1) (2016-07-08)
30[Full Changelog](https://github.com/skale-me/skale-cli/compare/1.1.0...1.1.1)
31
32**Merged pull requests:**
33
34- deploy: allow to retry from scratch in case of error [\#16](https://github.com/skale-me/skale-cli/pull/16) ([mvertes](https://github.com/mvertes))
35
36## [1.1.0](https://github.com/skale-me/skale-cli/tree/1.1.0) (2016-07-05)
37[Full Changelog](https://github.com/skale-me/skale-cli/compare/1.0.15...1.1.0)
38
39**Merged pull requests:**
40
41- compatibility with old git [\#15](https://github.com/skale-me/skale-cli/pull/15) ([mvertes](https://github.com/mvertes))
42- new deployment, work in progress [\#14](https://github.com/skale-me/skale-cli/pull/14) ([mvertes](https://github.com/mvertes))
43- Fix compatibility up to node-0.12.x [\#13](https://github.com/skale-me/skale-cli/pull/13) ([mvertes](https://github.com/mvertes))
44- This includes ddp client connection to deploy to skale [\#12](https://github.com/skale-me/skale-cli/pull/12) ([CedricArtigue](https://github.com/CedricArtigue))
45- improve tests [\#11](https://github.com/skale-me/skale-cli/pull/11) ([mvertes](https://github.com/mvertes))
46
47## [1.0.15](https://github.com/skale-me/skale-cli/tree/1.0.15) (2016-05-03)
48[Full Changelog](https://github.com/skale-me/skale-cli/compare/1.0.14...1.0.15)
49
50**Merged pull requests:**
51
52- add --file option, sort options. [\#10](https://github.com/skale-me/skale-cli/pull/10) ([mvertes](https://github.com/mvertes))
53- Update cli for skale-engine 0.5.0. [\#9](https://github.com/skale-me/skale-cli/pull/9) ([philippe56](https://github.com/philippe56))
54
55## [1.0.14](https://github.com/skale-me/skale-cli/tree/1.0.14) (2016-04-25)
56[Full Changelog](https://github.com/skale-me/skale-cli/compare/1.0.13...1.0.14)
57
58**Merged pull requests:**
59
60- set memory per worker and number of workers [\#7](https://github.com/skale-me/skale-cli/pull/7) ([mvertes](https://github.com/mvertes))
61- status: trim blanks at end of line [\#6](https://github.com/skale-me/skale-cli/pull/6) ([mvertes](https://github.com/mvertes))
62
63## [1.0.13](https://github.com/skale-me/skale-cli/tree/1.0.13) (2016-04-20)
64[Full Changelog](https://github.com/skale-me/skale-cli/compare/1.0.12...1.0.13)
65
66**Merged pull requests:**
67
68- merge with master [\#5](https://github.com/skale-me/skale-cli/pull/5) ([mvertes](https://github.com/mvertes))
69- skale stop: match process against full arguments [\#4](https://github.com/skale-me/skale-cli/pull/4) ([mvertes](https://github.com/mvertes))
70
71## [1.0.12](https://github.com/skale-me/skale-cli/tree/1.0.12) (2016-04-12)
72[Full Changelog](https://github.com/skale-me/skale-cli/compare/1.0.11...1.0.12)
73
74## [1.0.11](https://github.com/skale-me/skale-cli/tree/1.0.11) (2016-04-12)
75[Full Changelog](https://github.com/skale-me/skale-cli/compare/1.0.10...1.0.11)
76
77**Merged pull requests:**
78
79- adjust metadata for skale-cloud [\#3](https://github.com/skale-me/skale-cli/pull/3) ([mvertes](https://github.com/mvertes))
80- initial deploy \(experimental\) [\#2](https://github.com/skale-me/skale-cli/pull/2) ([mvertes](https://github.com/mvertes))
81
82## [1.0.10](https://github.com/skale-me/skale-cli/tree/1.0.10) (2016-04-04)
83[Full Changelog](https://github.com/skale-me/skale-cli/compare/1.0.9...1.0.10)
84
85## [1.0.9](https://github.com/skale-me/skale-cli/tree/1.0.9) (2016-03-31)
86[Full Changelog](https://github.com/skale-me/skale-cli/compare/1.0.5...1.0.9)
87
88## [1.0.5](https://github.com/skale-me/skale-cli/tree/1.0.5) (2016-03-25)
89[Full Changelog](https://github.com/skale-me/skale-cli/compare/1.0.2...1.0.5)
90
91**Merged pull requests:**
92
93- Add a Gitter chat badge to README.md [\#1](https://github.com/skale-me/skale-cli/pull/1) ([gitter-badger](https://github.com/gitter-badger))
94
95## [1.0.2](https://github.com/skale-me/skale-cli/tree/1.0.2) (2016-03-10)
96
97
98\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
\No newline at end of file