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

Adjust specs to work with new lib interface #1351

Merged

Conversation

zcei
Copy link
Contributor

@zcei zcei commented Feb 9, 2018

Umbrella: #1333

As later on documented in the Changelog:

  • we drop the IE9 support, therefore there's no need for the btoa Polyfill anymore
  • the axios() interface will be removed, axios.request() and the method shorthand methods are the way to go
  • test/specs/utils: trim, merge, forEach & extend are removed, they will be superseded by their lodash equivalents

@Khaledgarbaya Khaledgarbaya mentioned this pull request Feb 9, 2018
48 tasks
@Khaledgarbaya Khaledgarbaya added this to To Do in 1.0.0 via automation Feb 9, 2018
@Khaledgarbaya Khaledgarbaya added this to the v1.0.0 milestone Feb 9, 2018
@Khaledgarbaya Khaledgarbaya moved this from To Do to In progress in 1.0.0 Feb 9, 2018
it('should accept HTTP Basic auth with username/password', function (done) {
axios.get('/foo', {
auth: {
username: 'Aladdin',
Copy link
Collaborator

Choose a reason for hiding this comment

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

isn't Alibaba who said that 🙈

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hahahaha, I just copy & 🍝 it, but yeah you're right 😂

Copy link
Collaborator

@Khaledgarbaya Khaledgarbaya left a comment

Choose a reason for hiding this comment

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

LGTM, after we Aladin --> Alibaba :trollface:

@Khaledgarbaya Khaledgarbaya merged commit 0579e4e into axios:release/1.0.0 Feb 9, 2018
1.0.0 automation moved this from In progress to Done Feb 9, 2018
@Khaledgarbaya Khaledgarbaya deleted the release/1.0.0-adjust-specs branch February 9, 2018 12:54
@axios axios locked and limited conversation to collaborators May 3, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
No open projects
1.0.0
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants