Skip to content

Releases: true-myth/true-myth

Please make it importable?

25 Oct 03:49
Compare
Choose a tag to compare
Pre-release

Just desperately trying to kick TypeScript to resolve modules correctly.

Actual Ember CLI support

25 Oct 03:02
Compare
Choose a tag to compare
Pre-release

What's New?

Ember CLI support for real. It helps to actually include all the relevant files. Lolz.

Ember CLI and FlowType support

25 Oct 02:50
Compare
Choose a tag to compare
Pre-release

What's New?

  • Adds support for consuming in Ember apps
  • Publishes TypeScript types just once (but accurately!) using the types key
  • Adds FlowType support

Finish `Result` – just Ember CLI left to manage!

21 Oct 21:20
Compare
Choose a tag to compare

What's new?

  • Added get* aliases for Result.unwrap* methods
  • Fully documented Result and improved the docs in a couple places in Maybe

Back to `Just` and no runtime costs!

20 Oct 23:57
Compare
Choose a tag to compare
Pre-release

What's new?

  • Switch back (the final time!) to Just from Some in Maybe
  • Use type casts to eliminate all runtime costs other than that of the container objects themselves from Result
  • Dramatically up the documentation

Where's v0.5.0?

I had problems with np, yarn, npm, and more. I'll say no more.

All the modules.

12 Oct 03:38
Compare
Choose a tag to compare
All the modules. Pre-release
Pre-release

Support ES6, CommonJS, and AMD.

Got the repo in the package.json

12 Oct 02:57
Compare
Choose a tag to compare
Pre-release

Wouldn't it be nice if we could do this without bumping the version?

`Result`s can now `toString`, huzzah.

12 Oct 02:51
Compare
Choose a tag to compare
Pre-release

Add the toString method to Result types.

The one where I went back to Some

12 Oct 02:28
Compare
Choose a tag to compare
Pre-release

Update everything to be Maybe.Some instead of Maybe.Just. Because the semantics are better, as I'll elaborate in the README when I finish this next week.

Well-documented Maybe, consumable in Node-land and ES6 land

11 Oct 22:01
Compare
Choose a tag to compare

What's new?

  • Maybe is thoroughly documented
  • Result docs are in progress
  • You can consume this trivially in Node now
  • The TS types are correct for both Maybe and Result and are published alongside the node modules
  • ES6+ modules are published alongside it so you can consume those directly if you want.

Uhhh, v0.2.2?

Yeah, I had to figure out UMD publishing + TypeScript. And now I have!