-
Notifications
You must be signed in to change notification settings - Fork 36
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
When is approx. RTM 1.0 date? #7
Comments
Hey, thanks for the interest. I hear you about there being no alternatives, that's why I'm writing this. :) I'm hoping to go 1.0 in the next couple of weeks. I'm developing this in parallel with a project that's using it, which is going to go live sometime in the next couple of weeks. Things that are probably going to change in the API before 1.0:
So, if you can live with all of that, feel free to dig in and try stuff out. There's a bunch of documentation here. If you find anything unclear I'd like to know. :) This is also my first typescript project, so if you know typescript, feel free to point out all the horrible typescript faux-pas I've made. :P And if you don't know typescript, I'm really enjoying it, so give it a try. :) |
Hi @jwalton, Thanks for detailed reply. This sounds perfect. I am hoping you are planning to maintain this beyond your project also. I will definitely give this a try. Regarding TypeScript, I have not yet ventured into that territory. Somehow I don't like using Transpilers on Node side. Maybe someday I will get over that mental block. Thanks. |
The project I'm building this for is called Loop. It's my company's main product, and I've been working on it for five years. Hopefully I'll be working on it a bit longer. :) I hear you about transpiling Javascript. Our company made a big early investment into coffee-script, and now we have several hundred coffee-script files, but upgrading to the latest coffee-script breaks everything. -_- We've been slowly converting out .coffee files to .js. I was long reluctant to try another transpiled language after that (aside from using Babel to turn JS into JS). But one of the things I really like about Typescript is that it's essentially a super-set of JS. If you run the TS compiler and "target" the latest Javascript, it basically just takes out all the type annotations, leaving you with code that's basically exactly the same as the JS you would have written if you weren't using TS, comments and all. So if Microsoft screws this all up and makes a hash of TS, you have an escape route. :) |
Your product looks very interesting. Good work @jwalton |
Well, Loop is certainly not just my work, by thanks. :)
…On Sun, May 13, 2018, 14:34 Arvind Agarwal ***@***.***> wrote:
Your product looks very interesting. Good work @jwalton
<https://github.com/jwalton>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABsF-z_j9jfDD3JuR06RD4h1Viz8vkaLks5tyHzDgaJpZM4T5Xhb>
.
|
Really like this project, since currently there are no other alternatives to swagger-tools and swagger-node for OpenAPI 3.0, this seems like a great project.
I want to use it for one of my projects, but before I go on that journey wanted to understand your plans for 1.0 release.
The text was updated successfully, but these errors were encountered: