Skip to content

Commit

Permalink
Prepare 0.2.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mhallin committed Feb 4, 2019
1 parent 0808559 commit 5796b37
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

## [Unreleased]

## [0.2.9] – 2019-02-04

### Added

* Apollo mode, enabled with `-apollo-mode`, which adds `__typename` to all
fields. ([#65](https://github.com/mhallin/graphql_ppx/pull/65))

### Bugfixes

* "File exists mkdir" error on Windows.
([#68](https://github.com/mhallin/graphql_ppx/pull/68))

## [0.2.8] – 2018–10–31

### Added
Expand Down Expand Up @@ -174,7 +186,8 @@
type
* `@bsVariant` directive added

[Unreleased]: https://github.com/mhallin/graphql_ppx/compare/0.2.8...HEAD
[Unreleased]: https://github.com/mhallin/graphql_ppx/compare/0.2.9...HEAD
[0.2.8]: https://github.com/mhallin/graphql_ppx/compare/0.2.8...0.2.9
[0.2.8]: https://github.com/mhallin/graphql_ppx/compare/0.2.7...0.2.8
[0.2.7]: https://github.com/mhallin/graphql_ppx/compare/0.2.6...0.2.7
[0.2.6]: https://github.com/mhallin/graphql_ppx/compare/0.2.5...0.2.6
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql_ppx",
"version": "0.2.8",
"version": "0.2.9",
"description": "GraphQL PPX rewriter for Bucklescript/ReasonML",
"main": "index.js",
"repository": "https://github.com/mhallin/graphql_ppx",
Expand Down

3 comments on commit 5796b37

@MoOx
Copy link

@MoOx MoOx commented on 5796b37 Apr 16, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mhallin It seems this version isn't on npm.
I was looking for latest as I am trying bs-platform 6 and it seems that the ppx (at least 0.2.1) is having issue with this bs-platform beta release (Failure("Ast_mapper: OCaml version mismatch or malformed input"))

@baransu
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MoOx #77 Tracks that problem

@tdfairbrother
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I really need this feature but I'm not sure what dependencies are required to get it to install.

My platform is:
macOS Sierra, 10.12.3
bsb 5.0.4

The error I get is

graphql_ppx does not support this platform :(

graphql_ppx comes prepacked as built binaries to avoid large
dependencies at build-time.

If you want graphql_ppx to support this platform natively,

Is there a binary compiled for my platform that I clone into my environment?

Thanks

Please sign in to comment.