Skip to content
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

Move multiple config option to use option #14

Closed
blakeembrey opened this issue May 22, 2015 · 0 comments · Fixed by #21
Closed

Move multiple config option to use option #14

blakeembrey opened this issue May 22, 2015 · 0 comments · Fixed by #21
Assignees

Comments

@blakeembrey
Copy link
Member

What we're doing internally is just using a bunch of plugins. We should make this more transparent and remove the obscure options like parse, raw, etc. and replace with { use: [popsicle.use.default] } or similar.

Note: This is a major breaking change and will bump the library to 1.0. I believe the current API is highly stable and useful right now, especially once this gets fixed (it was the only awkward API left).

@blakeembrey blakeembrey self-assigned this Jun 26, 2015
blakeembrey added a commit that referenced this issue Jul 25, 2015
* Overridable transportation layer
* Request method short-hands
* Dedicated `options` object for environments and transportation layer to use
* Defaults function for creating Popsicle instances
* Promises resolve on `nextTick`
* Separated browser and node scripts result in a smaller build and better environment detection

Closes #14, #15, #16, #17, #18 and #19. Boom!
blakeembrey added a commit that referenced this issue Jul 25, 2015
* Overridable transportation layer
* Request method short-hands
* Dedicated `options` object for environments and transportation layer to use
* Defaults function for creating Popsicle instances
* Promises resolve on `nextTick`
* Separated browser and node scripts result in a smaller build and better environment detection

Closes #14, #15, #16, #17, #18 and #19. Boom!
blakeembrey added a commit that referenced this issue Jul 25, 2015
* Overridable transportation layer
* Request method short-hands
* Dedicated `options` object for environments and transportation layer to use
* Defaults function for creating Popsicle instances
* Promises resolve on `nextTick`
* Separated browser and node scripts result in a smaller build and better environment detection

Closes #14, #15, #16, #17, #18 and #19. Boom!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant