MoOx / pjax

Easily enable fast Ajax navigation on any website (using pushState + xhr)
MIT License
1.46k stars 125 forks source link

New release o'clock ? #172

Closed Geolim4 closed 6 years ago

Geolim4 commented 6 years ago

Hello,

The history bug #164 is blocking, is it possible to release a new version of the lib ?

Thanks you very much !

BehindTheMath commented 6 years ago

I still don't understand why you would want to disable history.

Regardless, if you need this fix now, use npm install moox/pjax to install the latest code from Github.

Geolim4 commented 6 years ago

Because of SEO purpose on forms for one of our customer that requested to not have GET parameters visible in URL. I'm as annoyed as you. But it's his request and we just have to comply with it :/

Geolim4 commented 6 years ago

Why did you closed this issue while there's still no new release ATM ?

Not everyone use npm...

BehindTheMath commented 6 years ago

There is no point in keeping this issue open. The release will come when it's ready and someone has time to work on it. I provided an option that can be used in the meantime. If you don't want to install it with npm, you can download the code from Github and build it yourself.

Geolim4 commented 6 years ago

My environment does not let me to use npm nor building it by myself since this project makes use of a CDN which follows your releases (this is a LTE project). This is why I'm such a pain in your ass :)

On Tue, Aug 14, 2018, 2:36 AM BehindTheMath notifications@github.com wrote:

There is no point in keeping this issue open. The release will come when it's ready and someone has time to work on it. I provided an option that can be used in the meantime. If you don't want to install it with npm, you can download the code from Github and build it yourself.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/MoOx/pjax/issues/172#issuecomment-412713208, or mute the thread https://github.com/notifications/unsubscribe-auth/ABRTZztbo91JU_6onO3L6DfDr1isbGz5ks5uQhubgaJpZM4Vr4iA .

BehindTheMath commented 6 years ago

v0.2.7 has been released.

Geolim4 commented 6 years ago

Thanks you very much 😘